#BAB391

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

Shades of Coriander #BAB391

Tints of Coriander #BAB391

Color information

#BAB391 (or 0xBAB391) is unknown color: approx Coriander. HEX triplet: BA, B3 and 91. RGB value is (186,179,145). Sum of RGB (Red+Green+Blue) = 186+179+145=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB391 is #454C6E. Grayscale: #B1B1B1. Windows color (decimal): -4541551 or 9548730. OLE color: 9548730.

HSL color Cylindrical-coordinate representation of color #BAB391: hue angle of 49.76º degrees, saturation: 0.23, 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 #BAB391 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186179145-
CMYK00.040.220.27
HSL49.76º22.91%64.9%-
HSV(B)49.76º22.04%72.94%-
XYZ41.4844.7233.23-
YUV177.22109.82134.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=36.47%
G=35.10%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617914500.040.220.2749.7622.9164.9
HexBAB39104161B321741
Octal2722632210426336227101
Binary10111010101100111001000101001011011011110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB391; }

 p { color: rgb(186,179,145); }

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

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

 a { background-color: rgb(186,179,145); }

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

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

 span { border-color: rgb(186,179,145); }

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