#BAB890

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

Shades of Coriander #BAB890

Tints of Coriander #BAB890

Color information

#BAB890 (or 0xBAB890) is unknown color: approx Coriander. HEX triplet: BA, B8 and 90. RGB value is (186,184,144). Sum of RGB (Red+Green+Blue) = 186+184+144=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB890 is #45476F. Grayscale: #B4B4B4. Windows color (decimal): -4540272 or 9484474. OLE color: 9484474.

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

Color convert

RGB186184144-
CMYK00.010.230.27
HSL57.14º23.33%64.71%-
HSV(B)57.14º22.58%72.94%-
XYZ42.4246.7333.17-
YUV180.04107.66132.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=36.19%
G=35.80%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618414400.010.230.2757.1423.3364.71
HexBAB89001171B391741
Octal2722702200127337127101
Binary101110101011100010010000011011111011111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB890; }

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

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

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

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

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

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

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

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