COLOR #BBBD84

HEX: #BBBD84
RGB: (187,189,132)

Color info

#BBBD84 contains red, green and blue colors in about the same proportion. Web safe color of #BBBD84 is #CCCC99 (or #CC9).

RGB color model

#BBBD84 color RGB value is (187,189,132).

  • red value is 187;
  • green value is 189;
  • blue value is 132.
RGB:
(187,189,132)
(73%,74%,52%)

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 132 of 255 = 52%

187
189
132

R + G + B ~ 66%. #BBBD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 189 + 132 = 508 (100%)
R 187 of 508 ~ 36.81%
G 189 of 508 ~ 37.2%
B 132 of 508 ~ 25.98%

%36.81
%37.2
%25.98

CMYK color model

#BBBD84 color CMYK value is (1,0,30,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(1,0,30,26)
C1M0Y30K26 
(1%,0%,30%,26%)
(0.01/0.00/0.30/0.26)	

CMYK percentages

%1.06
%0
%30.16
%25.88

Codes

Color #BBBD84 in popluar color models

BBBD84
RGB187189132
HSL62°30.16%62.94%
HSB/HSV62°30.16%74.12%
CMYK1.06%0.00%30.16%
25.88%

Color #BBBD84 in popluar number systems.

HEXBBBD84
Decimal187189132
Binary101110111011110110000100
Octal273275204

Shades and tints

Shades of #BBBD84

#BBBD84
(187,189,132)
#AAAC78
(170,172,120)
#999B6C
(153,155,108)
#888A60
(136,138,96)
#777954
(119,121,84)
#666848
(102,104,72)
#55573C
(85,87,60)
#444630
(68,70,48)
#333524
(51,53,36)
#222418
(34,36,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #BBBD84

#BBBD84
(187,189,132)
#C1C38F
(193,195,143)
#C7C99A
(199,201,154)
#CDCFA5
(205,207,165)
#D3D5B0
(211,213,176)
#D9DBBB
(217,219,187)
#DFE1C6
(223,225,198)
#E5E7D1
(229,231,209)
#EBEDDC
(235,237,220)
#F1F3E7
(241,243,231)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBD84 color. Also use rgb(187,189,132) instead hex code.

Text Font Color

.myTextColor { color: #BBBD84; }

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

This text font color is #BBBD84.


Background Color

.myBgColor { background-color: #BBBD84; }

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

This div background color is #BBBD84.


Border color

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

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

This div border color is #BBBD84.


Opacity

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

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

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

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

This text has shadow with #BBBD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBD84 on black background.


Color preview on white background

This text has color #BBBD84 on white background.



Black color preview on #BBBD84 background

This text has black color on #BBBD84 background.


White color preview on #BBBD84 background

This text has white color on #BBBD84 background.