COLOR #BBB594

HEX: #BBB594 RGB: (187,181,148)

Color info

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

RGB color model

#BBB594 color RGB value is (187,181,148).

RGB: (187,181,148) (73%, 71%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 148 of 255 = 58%

187
181
148

R + G + B ~ 67%. #BBB594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 148 = 516 (100%)
R 187 of 516 ~ 36.24%
G 181 of 516 ~ 35.08%
B 148 of 516 ~ 28.68'%

%36.24
%35.08
%28.68

CMYK color model

#BBB594 color CMYK value is (0,3,21,27).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK: (0,3,21,27) C0M3Y21K27 (0%,3%,21%,27%) (0.00/0.03/0.21/0.27) 

CMYK percentages

%0
%3.21
%20.86
%26.67

Codes

Color #BBB594 in popluar color models

BB B5 94
RGB 187 181 148
HSL 51° 22.29% 65.69%
HSB/HSV 51° 20.86% 73.33%
CMYK 0.00% 3.21% 20.86%
26.67%

Color #BBB594 in popluar number systems.

HEX BB B5 94
Decimal 187 181 148
Binary 10111011 10110101 10010100
Octal 273 265 224

Shades and tints

Shades of #BBB594

#BBB594
(187,181,148)
#AAA587
(170,165,135)
#99957A
(153,149,122)
#88856D
(136,133,109)
#777560
(119,117,96)
#666553
(102,101,83)
#555546
(85,85,70)
#444539
(68,69,57)
#33352C
(51,53,44)
#22251F
(34,37,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BBB594

#BBB594
(187,181,148)
#C1BB9D
(193,187,157)
#C7C1A6
(199,193,166)
#CDC7AF
(205,199,175)
#D3CDB8
(211,205,184)
#D9D3C1
(217,211,193)
#DFD9CA
(223,217,202)
#E5DFD3
(229,223,211)
#EBE5DC
(235,229,220)
#F1EBE5
(241,235,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB594; }

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

This text font color is #BBB594.

Background Color

.myBgColor { background-color: #BBB594; }

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

This div background color is #BBB594.

Border color

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

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

This div border color is #BBB594.

Opacity

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

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

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

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

This text has shadow with #BBB594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB594.

Preview

Color preview on black background

This text has color #BBB594 on black background.


Color preview on white background

This text has color #BBB594 on white background.


Black color preview on #BBB594 background

This text has black color on #BBB594 background.


White color preview on #BBB594 background

This text has white color on #BBB594 background.


Related colors

Complementary color

Complementary color for #hex is #444A6B.


I love getcolorcode.com

Triadic colors

1 #94BBB5 and #B594BB with #BBB594 are triadic colors.

2 #94B5BB and #B5BB94 with #BBB594 are triadic colors.