COLOR #B2905E

HEX: #B2905E
RGB: (178,144,94)

Color info

#B2905E contains mainly red and green colors. Web safe color of #B2905E is #999966 (or #996).

RGB color model

#B2905E color RGB value is (178,144,94).

  • red value is 178;
  • green value is 144;
  • blue value is 94.
RGB:
(178,144,94)
(70%,56%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 94 of 255 = 37%

178
144
94

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

Portions of RGB colors in percentages

R + G + B =
178 + 144 + 94 = 416 (100%)
R 178 of 416 ~ 42.79%
G 144 of 416 ~ 34.62%
B 94 of 416 ~ 22.6%

%42.79
%34.62
%22.6

CMYK color model

#B2905E color CMYK value is (0,19,47,30).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK:
(0,19,47,30)
C0M19Y47K30 
(0%,19%,47%,30%)
(0.00/0.19/0.47/0.30)	

CMYK percentages

%0
%19.1
%47.19
%30.2

Codes

Color #B2905E in popluar color models

B2905E
RGB17814494
HSL36°35.29%53.33%
HSB/HSV36°47.19%69.80%
CMYK0.00%19.10%47.19%
30.20%

Color #B2905E in popluar number systems.

HEXB2905E
Decimal17814494
Binary10110010100100001011110
Octal262220136

Shades and tints

Shades of #B2905E

#B2905E
(178,144,94)
#A28356
(162,131,86)
#92764E
(146,118,78)
#826946
(130,105,70)
#725C3E
(114,92,62)
#624F36
(98,79,54)
#52422E
(82,66,46)
#423526
(66,53,38)
#32281E
(50,40,30)
#221B16
(34,27,22)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #B2905E

#B2905E
(178,144,94)
#B99A6C
(185,154,108)
#C0A47A
(192,164,122)
#C7AE88
(199,174,136)
#CEB896
(206,184,150)
#D5C2A4
(213,194,164)
#DCCCB2
(220,204,178)
#E3D6C0
(227,214,192)
#EAE0CE
(234,224,206)
#F1EADC
(241,234,220)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2905E color. Also use rgb(178,144,94) instead hex code.

Text Font Color

.myTextColor { color: #B2905E; }

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

This text font color is #B2905E.


Background Color

.myBgColor { background-color: #B2905E; }

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

This div background color is #B2905E.


Border color

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

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

This div border color is #B2905E.


Opacity

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

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

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

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

This text has shadow with #B2905E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2905E on black background.


Color preview on white background

This text has color #B2905E on white background.



Black color preview on #B2905E background

This text has black color on #B2905E background.


White color preview on #B2905E background

This text has white color on #B2905E background.