#BAB995

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

Shades of Coriander #BAB995

Tints of Coriander #BAB995

Color information

#BAB995 (or 0xBAB995) is unknown color: approx Coriander. HEX triplet: BA, B9 and 95. RGB value is (186,185,149). Sum of RGB (Red+Green+Blue) = 186+185+149=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB995 is #45466A. Grayscale: #B5B5B5. Windows color (decimal): -4540011 or 9812410. OLE color: 9812410.

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

Color convert

RGB186185149-
CMYK00.010.200.27
HSL58.38º21.14%65.69%-
HSV(B)58.38º19.89%72.94%-
XYZ43.0247.3135.3-
YUV181.2109.83131.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=35.77%
G=35.58%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618514900.010.200.2758.3821.1465.69
HexBAB99501141B3a1542
Octal2722712250124337225102
Binary101110101011100110010101011010011011111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB995; }

 p { color: rgb(186,185,149); }

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

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

 a { background-color: rgb(186,185,149); }

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

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

 span { border-color: rgb(186,185,149); }

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