COLOR #B66E4B

HEX: #B66E4B RGB: (182,110,75)

Color info

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

RGB color model

#B66E4B color RGB value is (182,110,75).

RGB: (182,110,75) (71%, 43%, 29%)

RGB channels and saturation

R 182 of 255 = 71%
G 110 of 255 = 43%
B 75 of 255 = 29%

182
110
75

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

Portions of RGB colors in percentages

R + G + B = 182 + 110 + 75 = 367 (100%)
R 182 of 367 ~ 49.59%
G 110 of 367 ~ 29.97%
B 75 of 367 ~ 20.44'%

%49.59
%29.97
%20.44

CMYK color model

#B66E4B color CMYK value is (0,40,59,29).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 58.79%
  • key color value is 28.63%

CMYK: (0,40,59,29)
C0M40Y59K29 (0%, 40%, 59%, 29%)
(0.00 / 0.40 / 0.59 / 0.29)

CMYK percentages

%0
%39.56
%58.79
%28.63

Codes

Color #B66E4B in popluar color models

B6 6E 4B
RGB 182 110 75
HSL 20° 42.29% 50.39%
HSB/HSV 20° 58.79% 71.37%
CMYK 0.00% 39.56% 58.79%
28.63%

Color #B66E4B in popluar number systems.

HEX B6 6E 4B
Decimal 182 110 75
Binary 10110110 1101110 1001011
Octal 266 156 113

Shades and tints

Shades of #B66E4B

#B66E4B
(182,110,75)
#A66445
(166,100,69)
#965A3F
(150,90,63)
#865039
(134,80,57)
#764633
(118,70,51)
#663C2D
(102,60,45)
#563227
(86,50,39)
#462821
(70,40,33)
#361E1B
(54,30,27)
#261415
(38,20,21)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #B66E4B

#B66E4B
(182,110,75)
#BC7B5B
(188,123,91)
#C2886B
(194,136,107)
#C8957B
(200,149,123)
#CEA28B
(206,162,139)
#D4AF9B
(212,175,155)
#DABCAB
(218,188,171)
#E0C9BB
(224,201,187)
#E6D6CB
(230,214,203)
#ECE3DB
(236,227,219)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66E4B color. Also use rgb(182,110,75) instead hex code.

Text Font Color

.myTextColor { color: #B66E4B; }

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

This text font color is #B66E4B.

Background Color

.myBgColor { background-color: #B66E4B; }

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

This div background color is #B66E4B.

Border color

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

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

This div border color is #B66E4B.

Opacity

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

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

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

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

This text has shadow with #B66E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66E4B.

Preview

Color preview on black background

This text has color #B66E4B on black background.


Color preview on white background

This text has color #B66E4B on white background.


Black color preview on #B66E4B background

This text has black color on #B66E4B background.


White color preview on #B66E4B background

This text has white color on #B66E4B background.


Related colors

Complementary color

Complementary color for #hex is #4991B4.


I love getcolorcode.com

Triadic colors

1 #4BB66E and #6E4BB6 with #B66E4B are triadic colors.

2 #4B6EB6 and #6EB64B with #B66E4B are triadic colors.