#ba7f11

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

Shades of Dark Goldenrod #BA7F11

Tints of Dark Goldenrod #BA7F11

Color information

#BA7F11 (or 0xBA7F11) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7F and 11. RGB value is (186,127,17). Sum of RGB (Red+Green+Blue) = 186+127+17=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F11 is #4580EE. Grayscale: #848484. Windows color (decimal): -4554991 or 1146810. OLE color: 1146810.

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

Color convert

RGB18612717-
CMYK00.320.910.27
HSL39.05º83.25%39.8%-
HSV(B)39.05º90.86%72.94%-
XYZ27.9425.664.01-
YUV132.163.05166.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=56.36%
G=38.48%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861271700.320.910.2739.0583.2539.8
HexBA7F110205B1B275328
Octal27217721040133334712350
Binary1011101011111111000101000001011011110111001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7f11; }

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

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

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

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

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

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

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

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