COLOR #BBB168

HEX: #BBB168
RGB: (187,177,104)

Color info

#BBB168 contains mainly red and green colors. Web safe color of #BBB168 is #CC9966 (or #C96).

RGB color model

#BBB168 color RGB value is (187,177,104).

  • red value is 187;
  • green value is 177;
  • blue value is 104.
RGB:
(187,177,104)
(73%,69%,41%)

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 104 of 255 = 41%

187
177
104

R + G + B ~ 61%. #BBB168 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 104 = 468 (100%)
R 187 of 468 ~ 39.96%
G 177 of 468 ~ 37.82%
B 104 of 468 ~ 22.22%

%39.96
%37.82
%22.22

CMYK color model

#BBB168 color CMYK value is (0,5,44,27).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 44.39%
  • key color value is 26.67%
CMYK:
(0,5,44,27)
C0M5Y44K27 
(0%,5%,44%,27%)
(0.00/0.05/0.44/0.27)	

CMYK percentages

%0
%5.35
%44.39
%26.67

Codes

Color #BBB168 in popluar color models

BBB168
RGB187177104
HSL53°37.90%57.06%
HSB/HSV53°44.39%73.33%
CMYK0.00%5.35%44.39%
26.67%

Color #BBB168 in popluar number systems.

HEXBBB168
Decimal187177104
Binary10111011101100011101000
Octal273261150

Shades and tints

Shades of #BBB168

#BBB168
(187,177,104)
#AAA15F
(170,161,95)
#999156
(153,145,86)
#88814D
(136,129,77)
#777144
(119,113,68)
#66613B
(102,97,59)
#555132
(85,81,50)
#444129
(68,65,41)
#333120
(51,49,32)
#222117
(34,33,23)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BBB168

#BBB168
(187,177,104)
#C1B875
(193,184,117)
#C7BF82
(199,191,130)
#CDC68F
(205,198,143)
#D3CD9C
(211,205,156)
#D9D4A9
(217,212,169)
#DFDBB6
(223,219,182)
#E5E2C3
(229,226,195)
#EBE9D0
(235,233,208)
#F1F0DD
(241,240,221)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB168 color. Also use rgb(187,177,104) instead hex code.

Text Font Color

.myTextColor { color: #BBB168; }

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

This text font color is #BBB168.


Background Color

.myBgColor { background-color: #BBB168; }

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

This div background color is #BBB168.


Border color

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

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

This div border color is #BBB168.


Opacity

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

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

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

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

This text has shadow with #BBB168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB168 on black background.


Color preview on white background

This text has color #BBB168 on white background.



Black color preview on #BBB168 background

This text has black color on #BBB168 background.


White color preview on #BBB168 background

This text has white color on #BBB168 background.