#BAB893

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

Shades of Coriander #BAB893

Tints of Coriander #BAB893

Color information

#BAB893 (or 0xBAB893) is unknown color: approx Coriander. HEX triplet: BA, B8 and 93. RGB value is (186,184,147). Sum of RGB (Red+Green+Blue) = 186+184+147=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB893 is #45476C. Grayscale: #B4B4B4. Windows color (decimal): -4540269 or 9681082. OLE color: 9681082.

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

Color convert

RGB186184147-
CMYK00.010.210.27
HSL56.92º22.03%65.29%-
HSV(B)56.92º20.97%72.94%-
XYZ42.6646.8334.39-
YUV180.38109.16132.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=35.98%
G=35.59%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618414700.010.210.2756.9222.0365.29
HexBAB89301151B391641
Octal2722702230125337126101
Binary101110101011100010010011011010111011111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB893; }

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

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

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

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

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

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

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

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