#BAB392

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

Shades of Coriander #BAB392

Tints of Coriander #BAB392

Color information

#BAB392 (or 0xBAB392) is unknown color: approx Coriander. HEX triplet: BA, B3 and 92. RGB value is (186,179,146). Sum of RGB (Red+Green+Blue) = 186+179+146=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB392 is #454C6D. Grayscale: #B1B1B1. Windows color (decimal): -4541550 or 9614266. OLE color: 9614266.

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

Color convert

RGB186179146-
CMYK00.040.220.27
HSL49.5º22.47%65.1%-
HSV(B)49.5º21.51%72.94%-
XYZ41.5644.7533.64-
YUV177.33110.32134.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=36.40%
G=35.03%
B=28.57%

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
Decimal18617914600.040.220.2749.522.4765.1
HexBAB39204161B321641
Octal2722632220426336226101
Binary10111010101100111001001001001011011011110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB392; }

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

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

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

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

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

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

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

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