#BAB18D

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

Shades of Chino #BAB18D

Tints of Chino #BAB18D

Color information

#BAB18D (or 0xBAB18D) is unknown color: approx Chino. HEX triplet: BA, B1 and 8D. RGB value is (186,177,141). Sum of RGB (Red+Green+Blue) = 186+177+141=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB18D is #454E72. Grayscale: #AFAFAF. Windows color (decimal): -4542067 or 9286074. OLE color: 9286074.

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

Color convert

RGB186177141-
CMYK00.050.240.27
HSL48º24.59%64.12%-
HSV(B)48º24.19%72.94%-
XYZ40.7843.8131.51-
YUV175.59108.48135.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=36.90%
G=35.12%
B=27.98%

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
Decimal18617714100.050.240.274824.5964.12
HexBAB18D05181B301940
Octal2722612150530336031100
Binary10111010101100011000110101011100011011110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB18D; }

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

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

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

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

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

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

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

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