#BAB595

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

Shades of Coriander #BAB595

Tints of Coriander #BAB595

Color information

#BAB595 (or 0xBAB595) is unknown color: approx Coriander. HEX triplet: BA, B5 and 95. RGB value is (186,181,149). Sum of RGB (Red+Green+Blue) = 186+181+149=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB595 is #454A6A. Grayscale: #B2B2B2. Windows color (decimal): -4541035 or 9811386. OLE color: 9811386.

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

Color convert

RGB186181149-
CMYK00.030.200.27
HSL51.89º21.14%65.69%-
HSV(B)51.89º19.89%72.94%-
XYZ42.245.6635.02-
YUV178.85111.16133.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=36.05%
G=35.08%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618114900.030.200.2751.8921.1465.69
HexBAB59503141B341542
Octal2722652250324336425102
Binary1011101010110101100101010111010011011110100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB595; }

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

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

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

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

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

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

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

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