#BAB88E

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

Shades of Coriander #BAB88E

Tints of Coriander #BAB88E

Color information

#BAB88E (or 0xBAB88E) is unknown color: approx Coriander. HEX triplet: BA, B8 and 8E. RGB value is (186,184,142). Sum of RGB (Red+Green+Blue) = 186+184+142=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88E is #454771. Grayscale: #B3B3B3. Windows color (decimal): -4540274 or 9353402. OLE color: 9353402.

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

Color convert

RGB186184142-
CMYK00.010.240.27
HSL57.27º24.18%64.31%-
HSV(B)57.27º23.66%72.94%-
XYZ42.2746.6732.37-
YUV179.81106.66132.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=36.33%
G=35.94%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618414200.010.240.2757.2724.1864.31
HexBAB88E01181B391840
Octal2722702160130337130100
Binary101110101011100010001110011100011011111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB88E; }

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

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

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

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

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

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

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

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