#BA8605

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

Shades of Dark Goldenrod #BA8605

Tints of Dark Goldenrod #BA8605

Color information

#BA8605 (or 0xBA8605) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 86 and 05. RGB value is (186,134,5). Sum of RGB (Red+Green+Blue) = 186+134+5=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8605 is #4579FA. Grayscale: #878787. Windows color (decimal): -4553211 or 362170. OLE color: 362170.

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

Color convert

RGB1861345-
CMYK00.280.970.27
HSL42.76º94.76%37.45%-
HSV(B)42.76º97.31%72.94%-
XYZ28.827.53.93-
YUV134.8454.73164.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=57.23%
G=41.23%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186134500.280.970.2742.7694.7637.45
HexBA86501C611B2b5f25
Octal2722065034141335313745
Binary10111010100001101010111001100001110111010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8605; }

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

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

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

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

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

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

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

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