COLOR #B07A66

HEX: #B07A66
RGB: (176,122,102)

Color info

#B07A66 contains mainly red and green colors. Web safe color of #B07A66 is #996666 (or #966).

RGB color model

#B07A66 color RGB value is (176,122,102).

  • red value is 176;
  • green value is 122;
  • blue value is 102.
RGB:
(176,122,102)
(69%,48%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 122 of 255 = 48%
B 102 of 255 = 40%

176
122
102

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

Portions of RGB colors in percentages

R + G + B =
176 + 122 + 102 = 400 (100%)
R 176 of 400 ~ 44%
G 122 of 400 ~ 30.5%
B 102 of 400 ~ 25.5%

%44
%30.5
%25.5

CMYK color model

#B07A66 color CMYK value is (0,31,42,31).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 42.05%
  • key color value is 30.98%
CMYK:
(0,31,42,31)
C0M31Y42K31 
(0%,31%,42%,31%)
(0.00/0.31/0.42/0.31)	

CMYK percentages

%0
%30.68
%42.05
%30.98

Codes

Color #B07A66 in popluar color models

B07A66
RGB176122102
HSL16°31.90%54.51%
HSB/HSV16°42.05%69.02%
CMYK0.00%30.68%42.05%
30.98%

Color #B07A66 in popluar number systems.

HEXB07A66
Decimal176122102
Binary1011000011110101100110
Octal260172146

Shades and tints

Shades of #B07A66

#B07A66
(176,122,102)
#A06F5D
(160,111,93)
#906454
(144,100,84)
#80594B
(128,89,75)
#704E42
(112,78,66)
#604339
(96,67,57)
#503830
(80,56,48)
#402D27
(64,45,39)
#30221E
(48,34,30)
#201715
(32,23,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #B07A66

#B07A66
(176,122,102)
#B78673
(183,134,115)
#BE9280
(190,146,128)
#C59E8D
(197,158,141)
#CCAA9A
(204,170,154)
#D3B6A7
(211,182,167)
#DAC2B4
(218,194,180)
#E1CEC1
(225,206,193)
#E8DACE
(232,218,206)
#EFE6DB
(239,230,219)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07A66 color. Also use rgb(176,122,102) instead hex code.

Text Font Color

.myTextColor { color: #B07A66; }

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

This text font color is #B07A66.


Background Color

.myBgColor { background-color: #B07A66; }

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

This div background color is #B07A66.


Border color

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

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

This div border color is #B07A66.


Opacity

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

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

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

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

This text has shadow with #B07A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07A66 on black background.


Color preview on white background

This text has color #B07A66 on white background.



Black color preview on #B07A66 background

This text has black color on #B07A66 background.


White color preview on #B07A66 background

This text has white color on #B07A66 background.