#BAB088

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

Shades of Chino #BAB088

Tints of Chino #BAB088

Color information

#BAB088 (or 0xBAB088) is unknown color: approx Chino. HEX triplet: BA, B0 and 88. RGB value is (186,176,136). Sum of RGB (Red+Green+Blue) = 186+176+136=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB088 is #454F77. Grayscale: #AEAEAE. Windows color (decimal): -4542328 or 8958138. OLE color: 8958138.

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

Color convert

RGB186176136-
CMYK00.050.270.27
HSL48º26.6%63.14%-
HSV(B)48º26.88%72.94%-
XYZ40.2243.2729.52-
YUV174.43106.31136.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=37.35%
G=35.34%
B=27.31%

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
Decimal18617613600.050.270.274826.663.14
HexBAB088051B1B301b3f
Octal272260210053333603377
Binary1011101010110000100010000101110111101111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB088; }

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

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

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

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

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

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

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

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