#BBB187

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

Shades of Chino #BBB187

Tints of Chino #BBB187

Color information

#BBB187 (or 0xBBB187) is unknown color: approx Chino. HEX triplet: BB, B1 and 87. RGB value is (187,177,135). Sum of RGB (Red+Green+Blue) = 187+177+135=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB187 is #444E78. Grayscale: #AFAFAF. Windows color (decimal): -4476537 or 8892859. OLE color: 8892859.

HSL color Cylindrical-coordinate representation of color #BBB187: hue angle of 48.46º 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 #BBB187 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187177135-
CMYK00.050.280.27
HSL48.46º27.66%63.14%-
HSV(B)48.46º27.81%73.33%-
XYZ40.5943.7629.23-
YUV175.2105.31136.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=37.47%
G=35.47%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713500.050.280.2748.4627.6663.14
HexBBB187051C1B301c3f
Octal273261207053433603477
Binary1011101110110001100001110101111001101111000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB187; }

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

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

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

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

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

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

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

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