#BA8611

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

Shades of Dark Goldenrod #BA8611

Tints of Dark Goldenrod #BA8611

Color information

#BA8611 (or 0xBA8611) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 11. RGB value is (186,134,17). Sum of RGB (Red+Green+Blue) = 186+134+17=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8611 is #4579EE. Grayscale: #888888. Windows color (decimal): -4553199 or 1148602. OLE color: 1148602.

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

Color convert

RGB18613417-
CMYK00.280.910.27
HSL41.54º83.25%39.8%-
HSV(B)41.54º90.86%72.94%-
XYZ28.8827.534.32-
YUV136.2160.73163.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=55.19%
G=39.76%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861341700.280.910.2741.5483.2539.8
HexBA861101C5B1B2a5328
Octal27220621034133335212350
Binary1011101010000110100010111001011011110111010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8611; }

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

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

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

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

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

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

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

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