COLOR #B0952A

HEX: #B0952A RGB: (176,149,42)

Color info

#B0952A contains mainly red and green colors. Web safe color of #B0952A is #999933 (or #993).

RGB color model

#B0952A color RGB value is (176,149,42).

RGB: (176,149,42) (69%, 58%, 16%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 42 of 255 = 16%

176
149
42

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

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 42 = 367 (100%)
R 176 of 367 ~ 47.96%
G 149 of 367 ~ 40.6%
B 42 of 367 ~ 11.44'%

%47.96
%40.6
%11.44

CMYK color model

#B0952A color CMYK value is (0,15,76,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 76.14%
  • key color value is 30.98%
CMYK: (0,15,76,31) C0M15Y76K31 (0%,15%,76%,31%) (0.00/0.15/0.76/0.31) 

CMYK percentages

%0
%15.34
%76.14
%30.98

Codes

Color #B0952A in popluar color models

B0 95 2A
RGB 176 149 42
HSL 48° 61.47% 42.75%
HSB/HSV 48° 76.14% 69.02%
CMYK 0.00% 15.34% 76.14%
30.98%

Color #B0952A in popluar number systems.

HEX B0 95 2A
Decimal 176 149 42
Binary 10110000 10010101 101010
Octal 260 225 52

Shades and tints

Shades of #B0952A

#B0952A
(176,149,42)
#A08827
(160,136,39)
#907B24
(144,123,36)
#806E21
(128,110,33)
#70611E
(112,97,30)
#60541B
(96,84,27)
#504718
(80,71,24)
#403A15
(64,58,21)
#302D12
(48,45,18)
#20200F
(32,32,15)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #B0952A

#B0952A
(176,149,42)
#B79E3D
(183,158,61)
#BEA750
(190,167,80)
#C5B063
(197,176,99)
#CCB976
(204,185,118)
#D3C289
(211,194,137)
#DACB9C
(218,203,156)
#E1D4AF
(225,212,175)
#E8DDC2
(232,221,194)
#EFE6D5
(239,230,213)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0952A color. Also use rgb(176,149,42) instead hex code.

Text Font Color

.myTextColor { color: #B0952A; }

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

This text font color is #B0952A.

Background Color

.myBgColor { background-color: #B0952A; }

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

This div background color is #B0952A.

Border color

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

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

This div border color is #B0952A.

Opacity

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

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

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

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

This text has shadow with #B0952A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0952A.

Preview

Color preview on black background

This text has color #B0952A on black background.


Color preview on white background

This text has color #B0952A on white background.


Black color preview on #B0952A background

This text has black color on #B0952A background.


White color preview on #B0952A background

This text has white color on #B0952A background.


Related colors

Complementary color

Complementary color for #hex is #4F6AD5.


I love getcolorcode.com

Triadic colors

1 #2AB095 and #952AB0 with #B0952A are triadic colors.

2 #2A95B0 and #95B02A with #B0952A are triadic colors.