COLOR #B65834

HEX: #B65834
RGB: (182,88,52)

Color info

#B65834 contains mainly red color. Web safe color of #B65834 is #CC6633 (or #C63).

RGB color model

#B65834 color RGB value is (182,88,52).

  • red value is 182;
  • green value is 88;
  • blue value is 52.
RGB:
(182,88,52)
(71%,35%,20%)

RGB channels and saturation

R 182 of 255 = 71%
G 88 of 255 = 35%
B 52 of 255 = 20%

182
88
52

R + G + B ~ 42%. #B65834 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 88 + 52 = 322 (100%)
R 182 of 322 ~ 56.52%
G 88 of 322 ~ 27.33%
B 52 of 322 ~ 16.15%

%56.52
%27.33
%16.15

CMYK color model

#B65834 color CMYK value is (0,52,71,29).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 71.43%
  • key color value is 28.63%
CMYK:
(0,52,71,29)
C0M52Y71K29 
(0%,52%,71%,29%)
(0.00/0.52/0.71/0.29)	

CMYK percentages

%0
%51.65
%71.43
%28.63

Codes

Color #B65834 in popluar color models

B65834
RGB1828852
HSL17°55.56%45.88%
HSB/HSV17°71.43%71.37%
CMYK0.00%51.65%71.43%
28.63%

Color #B65834 in popluar number systems.

HEXB65834
Decimal1828852
Binary101101101011000110100
Octal26613064

Shades and tints

Shades of #B65834

#B65834
(182,88,52)
#A65030
(166,80,48)
#96482C
(150,72,44)
#864028
(134,64,40)
#763824
(118,56,36)
#663020
(102,48,32)
#56281C
(86,40,28)
#462018
(70,32,24)
#361814
(54,24,20)
#261010
(38,16,16)
#16080C
(22,8,12)
#000000
(0,0,0)

Tints of #B65834

#B65834
(182,88,52)
#BC6746
(188,103,70)
#C27658
(194,118,88)
#C8856A
(200,133,106)
#CE947C
(206,148,124)
#D4A38E
(212,163,142)
#DAB2A0
(218,178,160)
#E0C1B2
(224,193,178)
#E6D0C4
(230,208,196)
#ECDFD6
(236,223,214)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65834 color. Also use rgb(182,88,52) instead hex code.

Text Font Color

.myTextColor { color: #B65834; }

<p style="color:#B65834">This sample text font color is #B65834.</p>

This text font color is #B65834.


Background Color

.myBgColor { background-color: #B65834; }

<div style="background-color:#B65834">Inner text</div>

This div background color is #B65834.


Border color

.myBorderColor { border: 1px solid #B65834; }

<div style="border:3px solid #B65834">Div</div>

This div border color is #B65834.


Opacity

.myOpacity80 { color: #B65834; opacity: 0.8; }

<p style="color:#B65834;opacity:0.8;">80%</p>

Text with #B65834 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B65834;}

<p style="text-shadow: 3px 3px 1px #B65834">Text here.</p>

This text has shadow with #B65834 color.

.textShadow {text-shadow: 3px 3px 1px #B65834, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B65834, 5px 5px 20px red">Text here.</p>

This text has shadow with #B65834 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B65834, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B65834, Direction=45, Strength=4)">Text</p>

This text has shadow with #B65834 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B65834;
  -webkit-box-shadow:	1px 1px 3px 2px #B65834;
  box-shadow:		1px 1px 3px 2px #B65834;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B65834;
-webkit-box-shadow: 1px 1px 3px 2px #B65834;
box-shadow:1px 1px 3px 2px #B65834;">
Div content here</div>
This div box has shadow with color #B65834.

Preview

Color preview on black background

This text has color #B65834 on black background.


Color preview on white background

This text has color #B65834 on white background.



Black color preview on #B65834 background

This text has black color on #B65834 background.


White color preview on #B65834 background

This text has white color on #B65834 background.