#BAB593

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

Shades of Coriander #BAB593

Tints of Coriander #BAB593

Color information

#BAB593 (or 0xBAB593) is unknown color: approx Coriander. HEX triplet: BA, B5 and 93. RGB value is (186,181,147). Sum of RGB (Red+Green+Blue) = 186+181+147=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB593 is #454A6C. Grayscale: #B2B2B2. Windows color (decimal): -4541037 or 9680314. OLE color: 9680314.

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

Color convert

RGB186181147-
CMYK00.030.210.27
HSL52.31º22.03%65.29%-
HSV(B)52.31º20.97%72.94%-
XYZ42.0445.5934.19-
YUV178.62110.16133.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=36.19%
G=35.21%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618114700.030.210.2752.3122.0365.29
HexBAB59303151B341641
Octal2722652230325336426101
Binary1011101010110101100100110111010111011110100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB593; }

 p { color: rgb(186,181,147); }

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

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

 a { background-color: rgb(186,181,147); }

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

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

 span { border-color: rgb(186,181,147); }

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