#BAB396

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

Shades of Coriander #BAB396

Tints of Coriander #BAB396

Color information

#BAB396 (or 0xBAB396) is unknown color: approx Coriander. HEX triplet: BA, B3 and 96. RGB value is (186,179,150). Sum of RGB (Red+Green+Blue) = 186+179+150=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB396 is #454C69. Grayscale: #B1B1B1. Windows color (decimal): -4541546 or 9876410. OLE color: 9876410.

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

Color convert

RGB186179150-
CMYK00.040.190.27
HSL48.33º20.69%65.88%-
HSV(B)48.33º19.35%72.94%-
XYZ41.8744.8835.31-
YUV177.79112.32133.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=36.12%
G=34.76%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617915000.040.190.2748.3320.6965.88
HexBAB39604131B301542
Octal2722632260423336025102
Binary10111010101100111001011001001001111011110000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB396; }

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

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

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

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

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

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

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

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