COLOR #B07054

HEX: #B07054 RGB: (176,112,84)

Color info

#B07054 contains mainly red color. Web safe color of #B07054 is #996666 (or #966).

RGB color model

#B07054 color RGB value is (176,112,84).

RGB: (176,112,84) (69%, 44%, 33%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 84 of 255 = 33%

176
112
84

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

Portions of RGB colors in percentages

R + G + B = 176 + 112 + 84 = 372 (100%)
R 176 of 372 ~ 47.31%
G 112 of 372 ~ 30.11%
B 84 of 372 ~ 22.58'%

%47.31
%30.11
%22.58

CMYK color model

#B07054 color CMYK value is (0,36,52,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 52.27%
  • key color value is 30.98%

CMYK: (0,36,52,31)
C0M36Y52K31 (0%, 36%, 52%, 31%)
(0.00 / 0.36 / 0.52 / 0.31)

CMYK percentages

%0
%36.36
%52.27
%30.98

Codes

Color #B07054 in popluar color models

B0 70 54
RGB 176 112 84
HSL 18° 36.80% 50.98%
HSB/HSV 18° 52.27% 69.02%
CMYK 0.00% 36.36% 52.27%
30.98%

Color #B07054 in popluar number systems.

HEX B0 70 54
Decimal 176 112 84
Binary 10110000 1110000 1010100
Octal 260 160 124

Shades and tints

Shades of #B07054

#B07054
(176,112,84)
#A0664D
(160,102,77)
#905C46
(144,92,70)
#80523F
(128,82,63)
#704838
(112,72,56)
#603E31
(96,62,49)
#50342A
(80,52,42)
#402A23
(64,42,35)
#30201C
(48,32,28)
#201615
(32,22,21)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #B07054

#B07054
(176,112,84)
#B77D63
(183,125,99)
#BE8A72
(190,138,114)
#C59781
(197,151,129)
#CCA490
(204,164,144)
#D3B19F
(211,177,159)
#DABEAE
(218,190,174)
#E1CBBD
(225,203,189)
#E8D8CC
(232,216,204)
#EFE5DB
(239,229,219)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07054 color. Also use rgb(176,112,84) instead hex code.

Text Font Color

.myTextColor { color: #B07054; }

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

This text font color is #B07054.

Background Color

.myBgColor { background-color: #B07054; }

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

This div background color is #B07054.

Border color

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

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

This div border color is #B07054.

Opacity

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

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

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

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

This text has shadow with #B07054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07054.

Preview

Color preview on black background

This text has color #B07054 on black background.


Color preview on white background

This text has color #B07054 on white background.


Black color preview on #B07054 background

This text has black color on #B07054 background.


White color preview on #B07054 background

This text has white color on #B07054 background.


Related colors

Complementary color

Complementary color for #hex is #4F8FAB.


I love getcolorcode.com

Triadic colors

1 #54B070 and #7054B0 with #B07054 are triadic colors.

2 #5470B0 and #70B054 with #B07054 are triadic colors.