#BAB087

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

Shades of Chino #BAB087

Tints of Chino #BAB087

Color information

#BAB087 (or 0xBAB087) is unknown color: approx Chino. HEX triplet: BA, B0 and 87. RGB value is (186,176,135). Sum of RGB (Red+Green+Blue) = 186+176+135=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB087 is #454F78. Grayscale: #AEAEAE. Windows color (decimal): -4542329 or 8892602. OLE color: 8892602.

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

Color convert

RGB186176135-
CMYK00.050.270.27
HSL48.24º26.98%62.94%-
HSV(B)48.24º27.42%72.94%-
XYZ40.1543.2429.15-
YUV174.32105.81136.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=37.42%
G=35.41%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617613500.050.270.2748.2426.9862.94
HexBAB087051B1B301b3f
Octal272260207053333603377
Binary1011101010110000100001110101110111101111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB087; }

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

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

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

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

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

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

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

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