COLOR #BBB068

HEX: #BBB068
RGB: (187,176,104)

Color info

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

RGB color model

#BBB068 color RGB value is (187,176,104).

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

RGB channels and saturation

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

187
176
104

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

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 104 = 467 (100%)
R 187 of 467 ~ 40.04%
G 176 of 467 ~ 37.69%
B 104 of 467 ~ 22.27%

%40.04
%37.69
%22.27

CMYK color model

#BBB068 color CMYK value is (0,6,44,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 44.39%
  • key color value is 26.67%
CMYK:
(0,6,44,27)
C0M6Y44K27 
(0%,6%,44%,27%)
(0.00/0.06/0.44/0.27)	

CMYK percentages

%0
%5.88
%44.39
%26.67

Codes

Color #BBB068 in popluar color models

BBB068
RGB187176104
HSL52°37.90%57.06%
HSB/HSV52°44.39%73.33%
CMYK0.00%5.88%44.39%
26.67%

Color #BBB068 in popluar number systems.

HEXBBB068
Decimal187176104
Binary10111011101100001101000
Octal273260150

Shades and tints

Shades of #BBB068

#BBB068
(187,176,104)
#AAA05F
(170,160,95)
#999056
(153,144,86)
#88804D
(136,128,77)
#777044
(119,112,68)
#66603B
(102,96,59)
#555032
(85,80,50)
#444029
(68,64,41)
#333020
(51,48,32)
#222017
(34,32,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BBB068

#BBB068
(187,176,104)
#C1B775
(193,183,117)
#C7BE82
(199,190,130)
#CDC58F
(205,197,143)
#D3CC9C
(211,204,156)
#D9D3A9
(217,211,169)
#DFDAB6
(223,218,182)
#E5E1C3
(229,225,195)
#EBE8D0
(235,232,208)
#F1EFDD
(241,239,221)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB068; }

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

This text font color is #BBB068.


Background Color

.myBgColor { background-color: #BBB068; }

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

This div background color is #BBB068.


Border color

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

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

This div border color is #BBB068.


Opacity

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

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

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

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

This text has shadow with #BBB068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB068 on black background.


Color preview on white background

This text has color #BBB068 on white background.



Black color preview on #BBB068 background

This text has black color on #BBB068 background.


White color preview on #BBB068 background

This text has white color on #BBB068 background.