#BA7711

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

Shades of Dark Goldenrod #BA7711

Tints of Dark Goldenrod #BA7711

Color information

#BA7711 (or 0xBA7711) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 11. RGB value is (186,119,17). Sum of RGB (Red+Green+Blue) = 186+119+17=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7711 is #4588EE. Grayscale: #7F7F7F. Windows color (decimal): -4557039 or 1144762. OLE color: 1144762.

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

Color convert

RGB18611917-
CMYK00.360.910.27
HSL36.21º83.25%39.8%-
HSV(B)36.21º90.86%72.94%-
XYZ26.9523.673.68-
YUV127.465.7169.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=57.76%
G=36.96%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861191700.360.910.2736.2183.2539.8
HexBA77110245B1B245328
Octal27216721044133334412350
Binary1011101011101111000101001001011011110111001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7711; }

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

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

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

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

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

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

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

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