#BA9505

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

Shades of Dark Goldenrod #BA9505

Tints of Dark Goldenrod #BA9505

Color information

#BA9505 (or 0xBA9505) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 95 and 05. RGB value is (186,149,5). Sum of RGB (Red+Green+Blue) = 186+149+5=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9505 is #456AFA. Grayscale: #909090. Windows color (decimal): -4549371 or 366010. OLE color: 366010.

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

Color convert

RGB1861495-
CMYK00.200.970.27
HSL47.73º94.76%37.45%-
HSV(B)47.73º97.31%72.94%-
XYZ31.0231.944.67-
YUV143.6549.76158.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 5 (2.34% from 255) = 1.47%
R=54.71%
G=43.82%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186149500.200.970.2747.7394.7637.45
HexBA955014611B305f25
Octal2722255024141336013745
Binary10111010100101011010101001100001110111100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9505; }

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

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

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

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

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

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

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

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