#BA8704

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

Shades of Dark Goldenrod #BA8704

Tints of Dark Goldenrod #BA8704

Color information

#BA8704 (or 0xBA8704) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 87 and 04. RGB value is (186,135,4). Sum of RGB (Red+Green+Blue) = 186+135+4=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8704 is #4578FB. Grayscale: #878787. Windows color (decimal): -4552956 or 296890. OLE color: 296890.

HSL color Cylindrical-coordinate representation of color #BA8704: hue angle of 43.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA8704 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1861354-
CMYK00.270.980.27
HSL43.19º95.79%37.25%-
HSV(B)43.19º97.85%72.94%-
XYZ28.9427.783.95-
YUV135.3153.9164.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=57.23%
G=41.54%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186135400.270.980.2743.1995.7937.25
HexBA87401B621B2b6025
Octal2722074033142335314045
Binary10111010100001111000110111100010110111010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8704; }

 p { color: rgb(186,135,4); }

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

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

 a { background-color: rgb(186,135,4); }

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

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

 span { border-color: rgb(186,135,4); }

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