#BAB588

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

Shades of Coriander #BAB588

Tints of Coriander #BAB588

Color information

#BAB588 (or 0xBAB588) is unknown color: approx Coriander. HEX triplet: BA, B5 and 88. RGB value is (186,181,136). Sum of RGB (Red+Green+Blue) = 186+181+136=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB588 is #454A77. Grayscale: #B1B1B1. Windows color (decimal): -4541048 or 8959418. OLE color: 8959418.

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

Color convert

RGB186181136-
CMYK00.030.270.27
HSL54º26.6%63.14%-
HSV(B)54º26.88%72.94%-
XYZ41.2245.2629.86-
YUV177.36104.66134.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=36.98%
G=35.98%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618113600.030.270.275426.663.14
HexBAB588031B1B361b3f
Octal272265210033333663377
Binary101110101011010110001000011110111101111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB588; }

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

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

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

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

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

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

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

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