#BA9205

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

Shades of Dark Goldenrod #BA9205

Tints of Dark Goldenrod #BA9205

Color information

#BA9205 (or 0xBA9205) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 92 and 05. RGB value is (186,146,5). Sum of RGB (Red+Green+Blue) = 186+146+5=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9205 is #456DFA. Grayscale: #8E8E8E. Windows color (decimal): -4550139 or 365242. OLE color: 365242.

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

Color convert

RGB1861465-
CMYK00.220.970.27
HSL46.74º94.76%37.45%-
HSV(B)46.74º97.31%72.94%-
XYZ30.5631.014.52-
YUV141.8950.75159.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 5 (2.34% from 255) = 1.48%
R=55.19%
G=43.32%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186146500.220.970.2746.7494.7637.45
HexBA925016611B2f5f25
Octal2722225026141335713745
Binary10111010100100101010101101100001110111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9205; }

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

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

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

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

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

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

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

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