#BA6F06

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

Shades of Dark Goldenrod #BA6F06

Tints of Dark Goldenrod #BA6F06

Color information

#BA6F06 (or 0xBA6F06) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 6F and 06. RGB value is (186,111,6). Sum of RGB (Red+Green+Blue) = 186+111+6=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F06 is #4590F9. Grayscale: #797979. Windows color (decimal): -4559098 or 421818. OLE color: 421818.

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

Color convert

RGB1861116-
CMYK00.400.970.27
HSL35º93.75%37.65%-
HSV(B)35º96.77%72.94%-
XYZ25.9721.823.02-
YUV121.4562.85174.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=61.39%
G=36.63%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186111600.400.970.273593.7537.65
HexBA6F6028611B235e26
Octal2721576050141334313646
Binary10111010110111111001010001100001110111000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F06; }

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

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

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

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

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

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

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

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