#BAB187

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

Shades of Chino #BAB187

Tints of Chino #BAB187

Color information

#BAB187 (or 0xBAB187) is unknown color: approx Chino. HEX triplet: BA, B1 and 87. RGB value is (186,177,135). Sum of RGB (Red+Green+Blue) = 186+177+135=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB187 is #454E78. Grayscale: #AFAFAF. Windows color (decimal): -4542073 or 8892858. OLE color: 8892858.

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

Color convert

RGB186177135-
CMYK00.050.270.27
HSL49.41º26.98%62.94%-
HSV(B)49.41º27.42%72.94%-
XYZ40.3543.6329.22-
YUV174.9105.48135.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=37.35%
G=35.54%
B=27.11%

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
Decimal18617713500.050.270.2749.4126.9862.94
HexBAB187051B1B311b3f
Octal272261207053333613377
Binary1011101010110001100001110101110111101111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB187; }

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

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

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

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

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

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

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

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