#BAB393

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

Shades of Coriander #BAB393

Tints of Coriander #BAB393

Color information

#BAB393 (or 0xBAB393) is unknown color: approx Coriander. HEX triplet: BA, B3 and 93. RGB value is (186,179,147). Sum of RGB (Red+Green+Blue) = 186+179+147=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB393 is #454C6C. Grayscale: #B1B1B1. Windows color (decimal): -4541549 or 9679802. OLE color: 9679802.

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

Color convert

RGB186179147-
CMYK00.040.210.27
HSL49.23º22.03%65.29%-
HSV(B)49.23º20.97%72.94%-
XYZ41.6444.7934.05-
YUV177.44110.82134.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=36.33%
G=34.96%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617914700.040.210.2749.2322.0365.29
HexBAB39304151B311641
Octal2722632230425336126101
Binary10111010101100111001001101001010111011110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB393; }

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

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

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

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

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

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

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

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