#BAB490

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

Shades of Coriander #BAB490

Tints of Coriander #BAB490

Color information

#BAB490 (or 0xBAB490) is unknown color: approx Coriander. HEX triplet: BA, B4 and 90. RGB value is (186,180,144). Sum of RGB (Red+Green+Blue) = 186+180+144=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB490 is #454B6F. Grayscale: #B1B1B1. Windows color (decimal): -4541296 or 9483450. OLE color: 9483450.

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

Color convert

RGB186180144-
CMYK00.030.230.27
HSL51.43º23.33%64.71%-
HSV(B)51.43º22.58%72.94%-
XYZ41.6145.132.9-
YUV177.69108.99133.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=36.47%
G=35.29%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618014400.030.230.2751.4323.3364.71
HexBAB49003171B331741
Octal2722642200327336327101
Binary1011101010110100100100000111011111011110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB490; }

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

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

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

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

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

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

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

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