#BA7E11

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

Shades of Dark Goldenrod #BA7E11

Tints of Dark Goldenrod #BA7E11

Color information

#BA7E11 (or 0xBA7E11) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7E and 11. RGB value is (186,126,17). Sum of RGB (Red+Green+Blue) = 186+126+17=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E11 is #4581EE. Grayscale: #848484. Windows color (decimal): -4555247 or 1146554. OLE color: 1146554.

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

Color convert

RGB18612617-
CMYK00.320.910.27
HSL38.7º83.25%39.8%-
HSV(B)38.7º90.86%72.94%-
XYZ27.8125.43.97-
YUV131.5163.38166.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 17 (7.03% from 255) = 5.17%
R=56.53%
G=38.30%
B=5.17%

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
Decimal1861261700.320.910.2738.783.2539.8
HexBA7E110205B1B275328
Octal27217621040133334712350
Binary1011101011111101000101000001011011110111001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E11; }

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

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

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

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

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

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

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

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