#BAB682

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

Shades of Coriander #BAB682

Tints of Coriander #BAB682

Color information

#BAB682 (or 0xBAB682) is unknown color: approx Coriander. HEX triplet: BA, B6 and 82. RGB value is (186,182,130). Sum of RGB (Red+Green+Blue) = 186+182+130=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB682 is #45497D. Grayscale: #B1B1B1. Windows color (decimal): -4540798 or 8566458. OLE color: 8566458.

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

Color convert

RGB186182130-
CMYK00.020.300.27
HSL55.71º28.87%61.96%-
HSV(B)55.71º30.11%72.94%-
XYZ41.0145.5127.74-
YUV177.27101.33134.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=37.35%
G=36.55%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213000.020.300.2755.7128.8761.96
HexBAB682021E1B381d3e
Octal272266202023633703576
Binary101110101011011010000010010111101101111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB682; }

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

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

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

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

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

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

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

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