COLOR #BBB598

HEX: #BBB598 RGB: (187,181,152)

Color info

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

RGB color model

#BBB598 color RGB value is (187,181,152).

RGB: (187,181,152) (73%, 71%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 152 of 255 = 60%

187
181
152

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

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 152 = 520 (100%)
R 187 of 520 ~ 35.96%
G 181 of 520 ~ 34.81%
B 152 of 520 ~ 29.23'%

%35.96
%34.81
%29.23

CMYK color model

#BBB598 color CMYK value is (0,3,19,27).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 18.72%
  • key color value is 26.67%

CMYK: (0,3,19,27)
C0M3Y19K27 (0%, 3%, 19%, 27%)
(0.00 / 0.03 / 0.19 / 0.27)

CMYK percentages

%0
%3.21
%18.72
%26.67

Codes

Color #BBB598 in popluar color models

BB B5 98
RGB 187 181 152
HSL 50° 20.47% 66.47%
HSB/HSV 50° 18.72% 73.33%
CMYK 0.00% 3.21% 18.72%
26.67%

Color #BBB598 in popluar number systems.

HEX BB B5 98
Decimal 187 181 152
Binary 10111011 10110101 10011000
Octal 273 265 230

Shades and tints

Shades of #BBB598

#BBB598
(187,181,152)
#AAA58B
(170,165,139)
#99957E
(153,149,126)
#888571
(136,133,113)
#777564
(119,117,100)
#666557
(102,101,87)
#55554A
(85,85,74)
#44453D
(68,69,61)
#333530
(51,53,48)
#222523
(34,37,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBB598

#BBB598
(187,181,152)
#C1BBA1
(193,187,161)
#C7C1AA
(199,193,170)
#CDC7B3
(205,199,179)
#D3CDBC
(211,205,188)
#D9D3C5
(217,211,197)
#DFD9CE
(223,217,206)
#E5DFD7
(229,223,215)
#EBE5E0
(235,229,224)
#F1EBE9
(241,235,233)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB598 color. Also use rgb(187,181,152) instead hex code.

Text Font Color

.myTextColor { color: #BBB598; }

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

This text font color is #BBB598.

Background Color

.myBgColor { background-color: #BBB598; }

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

This div background color is #BBB598.

Border color

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

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

This div border color is #BBB598.

Opacity

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

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

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

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

This text has shadow with #BBB598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB598.

Preview

Color preview on black background

This text has color #BBB598 on black background.


Color preview on white background

This text has color #BBB598 on white background.


Black color preview on #BBB598 background

This text has black color on #BBB598 background.


White color preview on #BBB598 background

This text has white color on #BBB598 background.


Related colors

Complementary color

Complementary color for #hex is #444A67.


I love getcolorcode.com

Triadic colors

1 #98BBB5 and #B598BB with #BBB598 are triadic colors.

2 #98B5BB and #B5BB98 with #BBB598 are triadic colors.