#BAB487

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

Shades of Coriander #BAB487

Tints of Coriander #BAB487

Color information

#BAB487 (or 0xBAB487) is unknown color: approx Coriander. HEX triplet: BA, B4 and 87. RGB value is (186,180,135). Sum of RGB (Red+Green+Blue) = 186+180+135=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB487 is #454B78. Grayscale: #B0B0B0. Windows color (decimal): -4541305 or 8893626. OLE color: 8893626.

HSL color Cylindrical-coordinate representation of color #BAB487: hue angle of 52.94º 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 #BAB487 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB186180135-
CMYK00.030.270.27
HSL52.94º26.98%62.94%-
HSV(B)52.94º27.42%72.94%-
XYZ40.9444.8329.42-
YUV176.66104.49134.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=37.13%
G=35.93%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618013500.030.270.2752.9426.9862.94
HexBAB487031B1B351b3f
Octal272264207033333653377
Binary101110101011010010000111011110111101111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB487; }

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

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

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

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

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

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

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

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