#BA8711

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

Shades of Dark Goldenrod #BA8711

Tints of Dark Goldenrod #BA8711

Color information

#BA8711 (or 0xBA8711) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 87 and 11. RGB value is (186,135,17). Sum of RGB (Red+Green+Blue) = 186+135+17=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8711 is #4578EE. Grayscale: #898989. Windows color (decimal): -4552943 or 1148858. OLE color: 1148858.

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

Color convert

RGB18613517-
CMYK00.270.910.27
HSL41.89º83.25%39.8%-
HSV(B)41.89º90.86%72.94%-
XYZ29.0127.814.37-
YUV136.860.4163.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 17 (7.03% from 255) = 5.03%
R=55.03%
G=39.94%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861351700.270.910.2741.8983.2539.8
HexBA871101B5B1B2a5328
Octal27220721033133335212350
Binary1011101010000111100010110111011011110111010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8711; }

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

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

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

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

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

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

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

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