COLOR #B0B858

HEX: #B0B858
RGB: (176,184,88)

Color info

#B0B858 contains mainly red and green colors. Web safe color of #B0B858 is #99CC66 (or #9C6).

RGB color model

#B0B858 color RGB value is (176,184,88).

  • red value is 176;
  • green value is 184;
  • blue value is 88.
RGB:
(176,184,88)
(69%,72%,35%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 88 of 255 = 35%

176
184
88

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

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 88 = 448 (100%)
R 176 of 448 ~ 39.29%
G 184 of 448 ~ 41.07%
B 88 of 448 ~ 19.64%

%39.29
%41.07
%19.64

CMYK color model

#B0B858 color CMYK value is (4,0,52,28).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(4,0,52,28)
C4M0Y52K28 
(4%,0%,52%,28%)
(0.04/0.00/0.52/0.28)	

CMYK percentages

%4.35
%0
%52.17
%27.84

Codes

Color #B0B858 in popluar color models

B0B858
RGB17618488
HSL65°40.34%53.33%
HSB/HSV65°52.17%72.16%
CMYK4.35%0.00%52.17%
27.84%

Color #B0B858 in popluar number systems.

HEXB0B858
Decimal17618488
Binary10110000101110001011000
Octal260270130

Shades and tints

Shades of #B0B858

#B0B858
(176,184,88)
#A0A850
(160,168,80)
#909848
(144,152,72)
#808840
(128,136,64)
#707838
(112,120,56)
#606830
(96,104,48)
#505828
(80,88,40)
#404820
(64,72,32)
#303818
(48,56,24)
#202810
(32,40,16)
#101808
(16,24,8)
#000000
(0,0,0)

Tints of #B0B858

#B0B858
(176,184,88)
#B7BE67
(183,190,103)
#BEC476
(190,196,118)
#C5CA85
(197,202,133)
#CCD094
(204,208,148)
#D3D6A3
(211,214,163)
#DADCB2
(218,220,178)
#E1E2C1
(225,226,193)
#E8E8D0
(232,232,208)
#EFEEDF
(239,238,223)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B858 color. Also use rgb(176,184,88) instead hex code.

Text Font Color

.myTextColor { color: #B0B858; }

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

This text font color is #B0B858.


Background Color

.myBgColor { background-color: #B0B858; }

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

This div background color is #B0B858.


Border color

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

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

This div border color is #B0B858.


Opacity

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

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

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

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

This text has shadow with #B0B858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B858 on black background.


Color preview on white background

This text has color #B0B858 on white background.



Black color preview on #B0B858 background

This text has black color on #B0B858 background.


White color preview on #B0B858 background

This text has white color on #B0B858 background.