#BAB188

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

Shades of Chino #BAB188

Tints of Chino #BAB188

Color information

#BAB188 (or 0xBAB188) is unknown color: approx Chino. HEX triplet: BA, B1 and 88. RGB value is (186,177,136). Sum of RGB (Red+Green+Blue) = 186+177+136=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB188 is #454E77. Grayscale: #AFAFAF. Windows color (decimal): -4542072 or 8958394. OLE color: 8958394.

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

Color convert

RGB186177136-
CMYK00.050.270.27
HSL49.2º26.6%63.14%-
HSV(B)49.2º26.88%72.94%-
XYZ40.4243.6629.59-
YUV175.02105.98135.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=37.27%
G=35.47%
B=27.25%

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
Decimal18617713600.050.270.2749.226.663.14
HexBAB188051B1B311b3f
Octal272261210053333613377
Binary1011101010110001100010000101110111101111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB188; }

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

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

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

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

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

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

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

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