#BAB496

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

Shades of Coriander #BAB496

Tints of Coriander #BAB496

Color information

#BAB496 (or 0xBAB496) is unknown color: approx Coriander. HEX triplet: BA, B4 and 96. RGB value is (186,180,150). Sum of RGB (Red+Green+Blue) = 186+180+150=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB496 is #454B69. Grayscale: #B2B2B2. Windows color (decimal): -4541290 or 9876666. OLE color: 9876666.

HSL color Cylindrical-coordinate representation of color #BAB496: hue angle of 50º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB496 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186180150-
CMYK00.030.190.27
HSL50º20.69%65.88%-
HSV(B)50º19.35%72.94%-
XYZ42.0845.2835.38-
YUV178.37111.99133.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=36.05%
G=34.88%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618015000.030.190.275020.6965.88
HexBAB49603131B321542
Octal2722642260323336225102
Binary1011101010110100100101100111001111011110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB496; }

 p { color: rgb(186,180,150); }

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

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

 a { background-color: rgb(186,180,150); }

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

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

 span { border-color: rgb(186,180,150); }

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