COLOR #B07D69

HEX: #B07D69
RGB: (176,125,105)

Color info

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

RGB color model

#B07D69 color RGB value is (176,125,105).

  • red value is 176;
  • green value is 125;
  • blue value is 105.
RGB:
(176,125,105)
(69%,49%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 105 of 255 = 41%

176
125
105

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 105 = 406 (100%)
R 176 of 406 ~ 43.35%
G 125 of 406 ~ 30.79%
B 105 of 406 ~ 25.86%

%43.35
%30.79
%25.86

CMYK color model

#B07D69 color CMYK value is (0,29,40,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 40.34%
  • key color value is 30.98%
CMYK:
(0,29,40,31)
C0M29Y40K31 
(0%,29%,40%,31%)
(0.00/0.29/0.40/0.31)	

CMYK percentages

%0
%28.98
%40.34
%30.98

Codes

Color #B07D69 in popluar color models

B07D69
RGB176125105
HSL17°31.00%55.10%
HSB/HSV17°40.34%69.02%
CMYK0.00%28.98%40.34%
30.98%

Color #B07D69 in popluar number systems.

HEXB07D69
Decimal176125105
Binary1011000011111011101001
Octal260175151

Shades and tints

Shades of #B07D69

#B07D69
(176,125,105)
#A07260
(160,114,96)
#906757
(144,103,87)
#805C4E
(128,92,78)
#705145
(112,81,69)
#60463C
(96,70,60)
#503B33
(80,59,51)
#40302A
(64,48,42)
#302521
(48,37,33)
#201A18
(32,26,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B07D69

#B07D69
(176,125,105)
#B78876
(183,136,118)
#BE9383
(190,147,131)
#C59E90
(197,158,144)
#CCA99D
(204,169,157)
#D3B4AA
(211,180,170)
#DABFB7
(218,191,183)
#E1CAC4
(225,202,196)
#E8D5D1
(232,213,209)
#EFE0DE
(239,224,222)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07D69 color. Also use rgb(176,125,105) instead hex code.

Text Font Color

.myTextColor { color: #B07D69; }

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

This text font color is #B07D69.


Background Color

.myBgColor { background-color: #B07D69; }

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

This div background color is #B07D69.


Border color

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

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

This div border color is #B07D69.


Opacity

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

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

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

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

This text has shadow with #B07D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D69 on black background.


Color preview on white background

This text has color #B07D69 on white background.



Black color preview on #B07D69 background

This text has black color on #B07D69 background.


White color preview on #B07D69 background

This text has white color on #B07D69 background.