#BAB894

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

Shades of Coriander #BAB894

Tints of Coriander #BAB894

Color information

#BAB894 (or 0xBAB894) is unknown color: approx Coriander. HEX triplet: BA, B8 and 94. RGB value is (186,184,148). Sum of RGB (Red+Green+Blue) = 186+184+148=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB894 is #45476B. Grayscale: #B4B4B4. Windows color (decimal): -4540268 or 9746618. OLE color: 9746618.

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

Color convert

RGB186184148-
CMYK00.010.200.27
HSL56.84º21.59%65.49%-
HSV(B)56.84º20.43%72.94%-
XYZ42.7446.8634.81-
YUV180.49109.66131.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=35.91%
G=35.52%
B=28.57%

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
Decimal18618414800.010.200.2756.8421.5965.49
HexBAB89401141B391641
Octal2722702240124337126101
Binary101110101011100010010100011010011011111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB894; }

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

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

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

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

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

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

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

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