#BA9405

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

Shades of Dark Goldenrod #BA9405

Tints of Dark Goldenrod #BA9405

Color information

#BA9405 (or 0xBA9405) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 94 and 05. RGB value is (186,148,5). Sum of RGB (Red+Green+Blue) = 186+148+5=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9405 is #456BFA. Grayscale: #8F8F8F. Windows color (decimal): -4549627 or 365754. OLE color: 365754.

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

Color convert

RGB1861485-
CMYK00.200.970.27
HSL47.4º94.76%37.45%-
HSV(B)47.4º97.31%72.94%-
XYZ30.8731.634.62-
YUV143.0650.09158.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 5 (2.34% from 255) = 1.47%
R=54.87%
G=43.66%
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
Decimal186148500.200.970.2747.494.7637.45
HexBA945014611B2f5f25
Octal2722245024141335713745
Binary10111010100101001010101001100001110111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9405; }

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

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

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

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

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

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

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

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