#BAB18E

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

Shades of Chino #BAB18E

Tints of Chino #BAB18E

Color information

#BAB18E (or 0xBAB18E) is unknown color: approx Chino. HEX triplet: BA, B1 and 8E. RGB value is (186,177,142). Sum of RGB (Red+Green+Blue) = 186+177+142=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB18E is #454E71. Grayscale: #AFAFAF. Windows color (decimal): -4542066 or 9351610. OLE color: 9351610.

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

Color convert

RGB186177142-
CMYK00.050.240.27
HSL47.73º24.18%64.31%-
HSV(B)47.73º23.66%72.94%-
XYZ40.8543.8431.9-
YUV175.7108.98135.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=36.83%
G=35.05%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617714200.050.240.2747.7324.1864.31
HexBAB18E05181B301840
Octal2722612160530336030100
Binary10111010101100011000111001011100011011110000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB18E; }

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

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

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

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

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

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

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

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