#BBB087

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

Shades of Chino #BBB087

Tints of Chino #BBB087

Color information

#BBB087 (or 0xBBB087) is unknown color: approx Chino. HEX triplet: BB, B0 and 87. RGB value is (187,176,135). Sum of RGB (Red+Green+Blue) = 187+176+135=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB087 is #444F78. Grayscale: #AEAEAE. Windows color (decimal): -4476793 or 8892603. OLE color: 8892603.

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

Color convert

RGB187176135-
CMYK00.060.280.27
HSL47.31º27.66%63.14%-
HSV(B)47.31º27.81%73.33%-
XYZ40.3943.3629.16-
YUV174.62105.64136.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=37.55%
G=35.34%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717613500.060.280.2747.3127.6663.14
HexBBB087061C1B2f1c3f
Octal273260207063433573477
Binary1011101110110000100001110110111001101110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB087; }

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

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

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

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

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

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

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

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