COLOR #B8B965

HEX: #B8B965
RGB: (184,185,101)

Color info

#B8B965 contains mainly red and green colors. Web safe color of #B8B965 is #CCCC66 (or #CC6).

RGB color model

#B8B965 color RGB value is (184,185,101).

  • red value is 184;
  • green value is 185;
  • blue value is 101.
RGB:
(184,185,101)
(72%,73%,40%)

RGB channels and saturation

R 184 of 255 = 72%
G 185 of 255 = 73%
B 101 of 255 = 40%

184
185
101

R + G + B ~ 62%. #B8B965 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 185 + 101 = 470 (100%)
R 184 of 470 ~ 39.15%
G 185 of 470 ~ 39.36%
B 101 of 470 ~ 21.49%

%39.15
%39.36
%21.49

CMYK color model

#B8B965 color CMYK value is (1,0,45,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 27.45%
CMYK:
(1,0,45,27)
C1M0Y45K27 
(1%,0%,45%,27%)
(0.01/0.00/0.45/0.27)	

CMYK percentages

%0.54
%0
%45.41
%27.45

Codes

Color #B8B965 in popluar color models

B8B965
RGB184185101
HSL61°37.50%56.08%
HSB/HSV61°45.41%72.55%
CMYK0.54%0.00%45.41%
27.45%

Color #B8B965 in popluar number systems.

HEXB8B965
Decimal184185101
Binary10111000101110011100101
Octal270271145

Shades and tints

Shades of #B8B965

#B8B965
(184,185,101)
#A8A95C
(168,169,92)
#989953
(152,153,83)
#88894A
(136,137,74)
#787941
(120,121,65)
#686938
(104,105,56)
#58592F
(88,89,47)
#484926
(72,73,38)
#38391D
(56,57,29)
#282914
(40,41,20)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #B8B965

#B8B965
(184,185,101)
#BEBF73
(190,191,115)
#C4C581
(196,197,129)
#CACB8F
(202,203,143)
#D0D19D
(208,209,157)
#D6D7AB
(214,215,171)
#DCDDB9
(220,221,185)
#E2E3C7
(226,227,199)
#E8E9D5
(232,233,213)
#EEEFE3
(238,239,227)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B965 color. Also use rgb(184,185,101) instead hex code.

Text Font Color

.myTextColor { color: #B8B965; }

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

This text font color is #B8B965.


Background Color

.myBgColor { background-color: #B8B965; }

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

This div background color is #B8B965.


Border color

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

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

This div border color is #B8B965.


Opacity

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

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

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

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

This text has shadow with #B8B965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B965 on black background.


Color preview on white background

This text has color #B8B965 on white background.



Black color preview on #B8B965 background

This text has black color on #B8B965 background.


White color preview on #B8B965 background

This text has white color on #B8B965 background.