#BAB782

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

Shades of Coriander #BAB782

Tints of Coriander #BAB782

Color information

#BAB782 (or 0xBAB782) is unknown color: approx Coriander. HEX triplet: BA, B7 and 82. RGB value is (186,183,130). Sum of RGB (Red+Green+Blue) = 186+183+130=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB782 is #45487D. Grayscale: #B2B2B2. Windows color (decimal): -4540542 or 8566714. OLE color: 8566714.

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

Color convert

RGB186183130-
CMYK00.020.300.27
HSL56.79º28.87%61.96%-
HSV(B)56.79º30.11%72.94%-
XYZ41.2145.9227.81-
YUV177.86100.99133.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=37.27%
G=36.67%
B=26.05%

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
Decimal18618313000.020.300.2756.7928.8761.96
HexBAB782021E1B391d3e
Octal272267202023633713576
Binary101110101011011110000010010111101101111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB782; }

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

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

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

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

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

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

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

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