#BA6D05

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

Shades of Dark Goldenrod #BA6D05

Tints of Dark Goldenrod #BA6D05

Color information

#BA6D05 (or 0xBA6D05) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6D and 05. RGB value is (186,109,5). Sum of RGB (Red+Green+Blue) = 186+109+5=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D05 is #4592FA. Grayscale: #787878. Windows color (decimal): -4559611 or 355770. OLE color: 355770.

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

Color convert

RGB1861095-
CMYK00.410.970.27
HSL34.48º94.76%37.45%-
HSV(B)34.48º97.31%72.94%-
XYZ25.7521.392.91-
YUV120.1763.01174.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=62%
G=36.33%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186109500.410.970.2734.4894.7637.45
HexBA6D5029611B225f25
Octal2721555051141334213745
Binary10111010110110110101010011100001110111000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D05; }

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

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

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

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

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

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

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

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