#BAB582

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

Shades of Coriander #BAB582

Tints of Coriander #BAB582

Color information

#BAB582 (or 0xBAB582) is unknown color: approx Coriander. HEX triplet: BA, B5 and 82. RGB value is (186,181,130). Sum of RGB (Red+Green+Blue) = 186+181+130=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB582 is #454A7D. Grayscale: #B0B0B0. Windows color (decimal): -4541054 or 8566202. OLE color: 8566202.

HSL color Cylindrical-coordinate representation of color #BAB582: hue angle of 54.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB582 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186181130-
CMYK00.030.300.27
HSL54.64º28.87%61.96%-
HSV(B)54.64º30.11%72.94%-
XYZ40.845.127.67-
YUV176.68101.66134.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=37.42%
G=36.42%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618113000.030.300.2754.6428.8761.96
HexBAB582031E1B371d3e
Octal272265202033633673576
Binary101110101011010110000010011111101101111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB582; }

 p { color: rgb(186,181,130); }

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

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

 a { background-color: rgb(186,181,130); }

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

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

 span { border-color: rgb(186,181,130); }

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