COLOR #B5651D

HEX: #B5651D RGB: (181,101,29)

Color info

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

RGB color model

#B5651D color RGB value is (181,101,29).

RGB: (181,101,29) (71%, 40%, 11%)

RGB channels and saturation

R 181 of 255 = 71%
G 101 of 255 = 40%
B 29 of 255 = 11%

181
101
29

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

Portions of RGB colors in percentages

R + G + B = 181 + 101 + 29 = 311 (100%)
R 181 of 311 ~ 58.2%
G 101 of 311 ~ 32.48%
B 29 of 311 ~ 9.32'%

%58.2
%32.48

CMYK color model

#B5651D color CMYK value is (0,44,84,29).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 83.98%
  • key color value is 29.02%
CMYK: (0,44,84,29) C0M44Y84K29 (0%,44%,84%,29%) (0.00/0.44/0.84/0.29) 

CMYK percentages

%0
%44.2
%83.98
%29.02

Codes

Color #B5651D in popluar color models

B5 65 1D
RGB 181 101 29
HSL 28° 72.38% 41.18%
HSB/HSV 28° 83.98% 70.98%
CMYK 0.00% 44.20% 83.98%
29.02%

Color #B5651D in popluar number systems.

HEX B5 65 1D
Decimal 181 101 29
Binary 10110101 1100101 11101
Octal 265 145 35

Shades and tints

Shades of #B5651D

#B5651D
(181,101,29)
#A55C1B
(165,92,27)
#955319
(149,83,25)
#854A17
(133,74,23)
#754115
(117,65,21)
#653813
(101,56,19)
#552F11
(85,47,17)
#45260F
(69,38,15)
#351D0D
(53,29,13)
#25140B
(37,20,11)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #B5651D

#B5651D
(181,101,29)
#BB7331
(187,115,49)
#C18145
(193,129,69)
#C78F59
(199,143,89)
#CD9D6D
(205,157,109)
#D3AB81
(211,171,129)
#D9B995
(217,185,149)
#DFC7A9
(223,199,169)
#E5D5BD
(229,213,189)
#EBE3D1
(235,227,209)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5651D color. Also use rgb(181,101,29) instead hex code.

Text Font Color

.myTextColor { color: #B5651D; }

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

This text font color is #B5651D.

Background Color

.myBgColor { background-color: #B5651D; }

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

This div background color is #B5651D.

Border color

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

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

This div border color is #B5651D.

Opacity

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

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

Text with #B5651D 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 #B5651D;}

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

This text has shadow with #B5651D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5651D.

Preview

Color preview on black background

This text has color #B5651D on black background.


Color preview on white background

This text has color #B5651D on white background.


Black color preview on #B5651D background

This text has black color on #B5651D background.


White color preview on #B5651D background

This text has white color on #B5651D background.


Related colors

Complementary color

Complementary color for #hex is #4A9AE2.


I love getcolorcode.com

Gradients

Color #B5651D is used in Light Brown gradient.

Light Brown


Triadic colors

1 #1DB565 and #651DB5 with #B5651D are triadic colors.

2 #1D65B5 and #65B51D with #B5651D are triadic colors.