#BAB494

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

Shades of Coriander #BAB494

Tints of Coriander #BAB494

Color information

#BAB494 (or 0xBAB494) is unknown color: approx Coriander. HEX triplet: BA, B4 and 94. RGB value is (186,180,148). Sum of RGB (Red+Green+Blue) = 186+180+148=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB494 is #454B6B. Grayscale: #B2B2B2. Windows color (decimal): -4541292 or 9745594. OLE color: 9745594.

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

Color convert

RGB186180148-
CMYK00.030.200.27
HSL50.53º21.59%65.49%-
HSV(B)50.53º20.43%72.94%-
XYZ41.9245.2234.54-
YUV178.15110.99133.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=36.19%
G=35.02%
B=28.79%

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
Decimal18618014800.030.200.2750.5321.5965.49
HexBAB49403141B331641
Octal2722642240324336326101
Binary1011101010110100100101000111010011011110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB494; }

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

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

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

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

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

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

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

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