#BBB08E

Color #BBB08E Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #BBB08E

Tints of Chino #BBB08E

Color information

#BBB08E (or 0xBBB08E) is unknown color: approx Chino. HEX triplet: BB, B0 and 8E. RGB value is (187,176,142). Sum of RGB (Red+Green+Blue) = 187+176+142=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB08E is #444F71. Grayscale: #AFAFAF. Windows color (decimal): -4476786 or 9351355. OLE color: 9351355.

HSL color Cylindrical-coordinate representation of color #BBB08E: hue angle of 45.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB08E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187176142-
CMYK00.060.240.27
HSL45.33º24.86%64.51%-
HSV(B)45.33º24.06%73.33%-
XYZ40.943.5731.85-
YUV175.41109.14136.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=37.03%
G=34.85%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717614200.060.240.2745.3324.8664.51
HexBBB08E06181B2d1941
Octal2732602160630335531101
Binary10111011101100001000111001101100011011101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB08E; }

 p { color: rgb(187,176,142); }

 H1.HeaderClassName
 {
   color: #BBB08E;
 }
 .AnyTagClassName
 {
   color: #BBB08E;
 }
</style>
background-color css

<style>
 a { background-color: #BBB08E; }

 a { background-color: rgb(187,176,142); }

 div.DivClassName
 {
   background-color: #BBB08E;
 }
 .BgClassName
 {
   background-color: #BBB08E;
 }
</style>
border-color css

<style>
 span { border-color: #BBB08E; }

 span { border-color: rgb(187,176,142); }

 td.TdClassName
 {
   border-color: #BBB08E;
 }
 .TagClassName
 {
   border-color: #BBB08E;
 }
</style>