#BAB687

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

Shades of Coriander #BAB687

Tints of Coriander #BAB687

Color information

#BAB687 (or 0xBAB687) is unknown color: approx Coriander. HEX triplet: BA, B6 and 87. RGB value is (186,182,135). Sum of RGB (Red+Green+Blue) = 186+182+135=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB687 is #454978. Grayscale: #B2B2B2. Windows color (decimal): -4540793 or 8894138. OLE color: 8894138.

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

Color convert

RGB186182135-
CMYK00.020.270.27
HSL55.29º26.98%62.94%-
HSV(B)55.29º27.42%72.94%-
XYZ41.3545.6429.55-
YUV177.84103.83133.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=36.98%
G=36.18%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213500.020.270.2755.2926.9862.94
HexBAB687021B1B371b3f
Octal272266207023333673377
Binary101110101011011010000111010110111101111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB687; }

 p { color: rgb(186,182,135); }

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

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

 a { background-color: rgb(186,182,135); }

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

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

 span { border-color: rgb(186,182,135); }

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