COLOR #BBB799

HEX: #BBB799 RGB: (187,183,153)

Color info

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

RGB color model

#BBB799 color RGB value is (187,183,153).

RGB: (187,183,153) (73%, 72%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 153 of 255 = 60%

187
183
153

R + G + B ~ 68%. #BBB799 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 153 = 523 (100%)
R 187 of 523 ~ 35.76%
G 183 of 523 ~ 34.99%
B 153 of 523 ~ 29.25'%

%35.76
%34.99
%29.25

CMYK color model

#BBB799 color CMYK value is (0,2,18,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (0,2,18,27)
C0M2Y18K27 (0%, 2%, 18%, 27%)
(0.00 / 0.02 / 0.18 / 0.27)

CMYK percentages

%0
%2.14
%18.18
%26.67

Codes

Color #BBB799 in popluar color models

BB B7 99
RGB 187 183 153
HSL 53° 20.00% 66.67%
HSB/HSV 53° 18.18% 73.33%
CMYK 0.00% 2.14% 18.18%
26.67%

Color #BBB799 in popluar number systems.

HEX BB B7 99
Decimal 187 183 153
Binary 10111011 10110111 10011001
Octal 273 267 231

Shades and tints

Shades of #BBB799

#BBB799
(187,183,153)
#AAA78C
(170,167,140)
#99977F
(153,151,127)
#888772
(136,135,114)
#777765
(119,119,101)
#666758
(102,103,88)
#55574B
(85,87,75)
#44473E
(68,71,62)
#333731
(51,55,49)
#222724
(34,39,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBB799

#BBB799
(187,183,153)
#C1BDA2
(193,189,162)
#C7C3AB
(199,195,171)
#CDC9B4
(205,201,180)
#D3CFBD
(211,207,189)
#D9D5C6
(217,213,198)
#DFDBCF
(223,219,207)
#E5E1D8
(229,225,216)
#EBE7E1
(235,231,225)
#F1EDEA
(241,237,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB799; }

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

This text font color is #BBB799.

Background Color

.myBgColor { background-color: #BBB799; }

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

This div background color is #BBB799.

Border color

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

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

This div border color is #BBB799.

Opacity

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

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

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

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

This text has shadow with #BBB799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB799.

Preview

Color preview on black background

This text has color #BBB799 on black background.


Color preview on white background

This text has color #BBB799 on white background.


Black color preview on #BBB799 background

This text has black color on #BBB799 background.


White color preview on #BBB799 background

This text has white color on #BBB799 background.


Related colors

Complementary color

Complementary color for #hex is #444866.


I love getcolorcode.com

Triadic colors

1 #99BBB7 and #B799BB with #BBB799 are triadic colors.

2 #99B7BB and #B7BB99 with #BBB799 are triadic colors.