#BA7710

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

Shades of Dark Goldenrod #BA7710

Tints of Dark Goldenrod #BA7710

Color information

#BA7710 (or 0xBA7710) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 10. RGB value is (186,119,16). Sum of RGB (Red+Green+Blue) = 186+119+16=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7710 is #4588EF. Grayscale: #7F7F7F. Windows color (decimal): -4557040 or 1079226. OLE color: 1079226.

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

Color convert

RGB18611916-
CMYK00.360.910.27
HSL36.35º84.16%39.61%-
HSV(B)36.35º91.4%72.94%-
XYZ26.9423.673.64-
YUV127.2965.2169.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=57.94%
G=37.07%
B=4.98%

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
Decimal1861191600.360.910.2736.3584.1639.61
HexBA77100245B1B245428
Octal27216720044133334412450
Binary1011101011101111000001001001011011110111001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7710; }

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

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

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

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

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

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

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

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