COLOR #BBB381

HEX: #BBB381
RGB: (187,179,129)

Color info

#BBB381 contains red, green and blue colors in about the same proportion. Web safe color of #BBB381 is #CC9999 (or #C99).

RGB color model

#BBB381 color RGB value is (187,179,129).

  • red value is 187;
  • green value is 179;
  • blue value is 129.
RGB:
(187,179,129)
(73%,70%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 129 of 255 = 51%

187
179
129

R + G + B ~ 65%. #BBB381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 179 + 129 = 495 (100%)
R 187 of 495 ~ 37.78%
G 179 of 495 ~ 36.16%
B 129 of 495 ~ 26.06%

%37.78
%36.16
%26.06

CMYK color model

#BBB381 color CMYK value is (0,4,31,27).

  • cyan value is 0.00%
  • magenta value is 4.28%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,4,31,27)
C0M4Y31K27 
(0%,4%,31%,27%)
(0.00/0.04/0.31/0.27)	

CMYK percentages

%0
%4.28
%31.02
%26.67

Codes

Color #BBB381 in popluar color models

BBB381
RGB187179129
HSL52°29.90%61.96%
HSB/HSV52°31.02%73.33%
CMYK0.00%4.28%31.02%
26.67%

Color #BBB381 in popluar number systems.

HEXBBB381
Decimal187179129
Binary101110111011001110000001
Octal273263201

Shades and tints

Shades of #BBB381

#BBB381
(187,179,129)
#AAA376
(170,163,118)
#99936B
(153,147,107)
#888360
(136,131,96)
#777355
(119,115,85)
#66634A
(102,99,74)
#55533F
(85,83,63)
#444334
(68,67,52)
#333329
(51,51,41)
#22231E
(34,35,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BBB381

#BBB381
(187,179,129)
#C1B98C
(193,185,140)
#C7BF97
(199,191,151)
#CDC5A2
(205,197,162)
#D3CBAD
(211,203,173)
#D9D1B8
(217,209,184)
#DFD7C3
(223,215,195)
#E5DDCE
(229,221,206)
#EBE3D9
(235,227,217)
#F1E9E4
(241,233,228)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB381 color. Also use rgb(187,179,129) instead hex code.

Text Font Color

.myTextColor { color: #BBB381; }

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

This text font color is #BBB381.


Background Color

.myBgColor { background-color: #BBB381; }

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

This div background color is #BBB381.


Border color

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

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

This div border color is #BBB381.


Opacity

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

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

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

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

This text has shadow with #BBB381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB381 on black background.


Color preview on white background

This text has color #BBB381 on white background.



Black color preview on #BBB381 background

This text has black color on #BBB381 background.


White color preview on #BBB381 background

This text has white color on #BBB381 background.