COLOR #BBB79F

HEX: #BBB79F
RGB: (187,183,159)

Color info

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

RGB color model

#BBB79F color RGB value is (187,183,159).

  • red value is 187;
  • green value is 183;
  • blue value is 159.
RGB:
(187,183,159)
(73%,72%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 159 of 255 = 62%

187
183
159

R + G + B ~ 69%. #BBB79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 159 = 529 (100%)
R 187 of 529 ~ 35.35%
G 183 of 529 ~ 34.59%
B 159 of 529 ~ 30.06%

%35.35
%34.59
%30.06

CMYK color model

#BBB79F color CMYK value is (0,2,15,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,2,15,27)
C0M2Y15K27 
(0%,2%,15%,27%)
(0.00/0.02/0.15/0.27)	

CMYK percentages

%0
%2.14
%14.97
%26.67

Codes

Color #BBB79F in popluar color models

BBB79F
RGB187183159
HSL51°17.07%67.84%
HSB/HSV51°14.97%73.33%
CMYK0.00%2.14%14.97%
26.67%

Color #BBB79F in popluar number systems.

HEXBBB79F
Decimal187183159
Binary101110111011011110011111
Octal273267237

Shades and tints

Shades of #BBB79F

#BBB79F
(187,183,159)
#AAA791
(170,167,145)
#999783
(153,151,131)
#888775
(136,135,117)
#777767
(119,119,103)
#666759
(102,103,89)
#55574B
(85,87,75)
#44473D
(68,71,61)
#33372F
(51,55,47)
#222721
(34,39,33)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBB79F

#BBB79F
(187,183,159)
#C1BDA7
(193,189,167)
#C7C3AF
(199,195,175)
#CDC9B7
(205,201,183)
#D3CFBF
(211,207,191)
#D9D5C7
(217,213,199)
#DFDBCF
(223,219,207)
#E5E1D7
(229,225,215)
#EBE7DF
(235,231,223)
#F1EDE7
(241,237,231)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB79F color. Also use rgb(187,183,159) instead hex code.

Text Font Color

.myTextColor { color: #BBB79F; }

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

This text font color is #BBB79F.


Background Color

.myBgColor { background-color: #BBB79F; }

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

This div background color is #BBB79F.


Border color

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

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

This div border color is #BBB79F.


Opacity

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

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

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

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

This text has shadow with #BBB79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB79F on black background.


Color preview on white background

This text has color #BBB79F on white background.



Black color preview on #BBB79F background

This text has black color on #BBB79F background.


White color preview on #BBB79F background

This text has white color on #BBB79F background.