#BA6D06

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

Shades of Dark Goldenrod #BA6D06

Tints of Dark Goldenrod #BA6D06

Color information

#BA6D06 (or 0xBA6D06) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6D and 06. RGB value is (186,109,6). Sum of RGB (Red+Green+Blue) = 186+109+6=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D06 is #4592F9. Grayscale: #787878. Windows color (decimal): -4559610 or 421306. OLE color: 421306.

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

Color convert

RGB1861096-
CMYK00.410.970.27
HSL34.33º93.75%37.65%-
HSV(B)34.33º96.77%72.94%-
XYZ25.7521.392.94-
YUV120.2863.51174.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=61.79%
G=36.21%
B=1.99%

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
Decimal186109600.410.970.2734.3393.7537.65
HexBA6D6029611B225e26
Octal2721556051141334213646
Binary10111010110110111001010011100001110111000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D06; }

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

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

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

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

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

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

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

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