#BAB492

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

Shades of Coriander #BAB492

Tints of Coriander #BAB492

Color information

#BAB492 (or 0xBAB492) is unknown color: approx Coriander. HEX triplet: BA, B4 and 92. RGB value is (186,180,146). Sum of RGB (Red+Green+Blue) = 186+180+146=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB492 is #454B6D. Grayscale: #B2B2B2. Windows color (decimal): -4541294 or 9614522. OLE color: 9614522.

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

Color convert

RGB186180146-
CMYK00.030.220.27
HSL51º22.47%65.1%-
HSV(B)51º21.51%72.94%-
XYZ41.7645.1633.71-
YUV177.92109.99133.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=36.33%
G=35.16%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618014600.030.220.275122.4765.1
HexBAB49203161B331641
Octal2722642220326336326101
Binary1011101010110100100100100111011011011110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB492; }

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

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

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

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

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

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

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

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