#BAB495

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

Shades of Coriander #BAB495

Tints of Coriander #BAB495

Color information

#BAB495 (or 0xBAB495) is unknown color: approx Coriander. HEX triplet: BA, B4 and 95. RGB value is (186,180,149). Sum of RGB (Red+Green+Blue) = 186+180+149=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB495 is #454B6A. Grayscale: #B2B2B2. Windows color (decimal): -4541291 or 9811130. OLE color: 9811130.

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

Color convert

RGB186180149-
CMYK00.030.200.27
HSL50.27º21.14%65.69%-
HSV(B)50.27º19.89%72.94%-
XYZ4245.2534.95-
YUV178.26111.49133.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=36.12%
G=34.95%
B=28.93%

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
Decimal18618014900.030.200.2750.2721.1465.69
HexBAB49503141B321542
Octal2722642250324336225102
Binary1011101010110100100101010111010011011110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB495; }

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

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

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

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

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

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

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

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