#BA8E11

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

Shades of Dark Goldenrod #BA8E11

Tints of Dark Goldenrod #BA8E11

Color information

#BA8E11 (or 0xBA8E11) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8E and 11. RGB value is (186,142,17). Sum of RGB (Red+Green+Blue) = 186+142+17=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8E11 is #4571EE. Grayscale: #8D8D8D. Windows color (decimal): -4551151 or 1150650. OLE color: 1150650.

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

Color convert

RGB18614217-
CMYK00.240.910.27
HSL44.38º83.25%39.8%-
HSV(B)44.38º90.86%72.94%-
XYZ30.0229.834.7-
YUV140.9158.08160.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=53.91%
G=41.16%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861421700.240.910.2744.3883.2539.8
HexBA8E110185B1B2c5328
Octal27221621030133335412350
Binary1011101010001110100010110001011011110111011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E11; }

 p { color: rgb(186,142,17); }

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

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

 a { background-color: rgb(186,142,17); }

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

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

 span { border-color: rgb(186,142,17); }

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