#BBB08C

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

Shades of Chino #BBB08C

Tints of Chino #BBB08C

Color information

#BBB08C (or 0xBBB08C) is unknown color: approx Chino. HEX triplet: BB, B0 and 8C. RGB value is (187,176,140). Sum of RGB (Red+Green+Blue) = 187+176+140=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB08C is #444F73. Grayscale: #AFAFAF. Windows color (decimal): -4476788 or 9220283. OLE color: 9220283.

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

Color convert

RGB187176140-
CMYK00.060.250.27
HSL45.96º25.68%64.12%-
HSV(B)45.96º25.13%73.33%-
XYZ40.7543.5131.06-
YUV175.18108.14136.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=37.18%
G=34.99%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717614000.060.250.2745.9625.6864.12
HexBBB08C06191B2e1a40
Octal2732602140631335632100
Binary10111011101100001000110001101100111011101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB08C; }

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

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

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

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

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

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

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

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