#BA7806

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

Shades of Dark Goldenrod #BA7806

Tints of Dark Goldenrod #BA7806

Color information

#BA7806 (or 0xBA7806) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 78 and 06. RGB value is (186,120,6). Sum of RGB (Red+Green+Blue) = 186+120+6=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7806 is #4587F9. Grayscale: #7F7F7F. Windows color (decimal): -4556794 or 424122. OLE color: 424122.

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

Color convert

RGB1861206-
CMYK00.350.970.27
HSL38º93.75%37.65%-
HSV(B)38º96.77%72.94%-
XYZ2723.893.36-
YUV126.7459.87170.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=59.62%
G=38.46%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186120600.350.970.273893.7537.65
HexBA786023611B265e26
Octal2721706043141334613646
Binary10111010111100011001000111100001110111001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7806; }

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

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

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

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

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

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

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

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