#BAB895

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

Shades of Coriander #BAB895

Tints of Coriander #BAB895

Color information

#BAB895 (or 0xBAB895) is unknown color: approx Coriander. HEX triplet: BA, B8 and 95. RGB value is (186,184,149). Sum of RGB (Red+Green+Blue) = 186+184+149=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB895 is #45476A. Grayscale: #B4B4B4. Windows color (decimal): -4540267 or 9812154. OLE color: 9812154.

HSL color Cylindrical-coordinate representation of color #BAB895: hue angle of 56.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB895 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186184149-
CMYK00.010.200.27
HSL56.76º21.14%65.69%-
HSV(B)56.76º19.89%72.94%-
XYZ42.8246.8935.23-
YUV180.61110.16131.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=35.84%
G=35.45%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618414900.010.200.2756.7621.1465.69
HexBAB89501141B391542
Octal2722702250124337125102
Binary101110101011100010010101011010011011111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB895; }

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

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

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

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

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

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

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

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