#BA7600

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

Shades of Dark Goldenrod #BA7600

Tints of Dark Goldenrod #BA7600

Color information

#BA7600 (or 0xBA7600) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 76 and 00. RGB value is (186,118,0). Sum of RGB (Red+Green+Blue) = 186+118+0=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7600 is #4589FF. Grayscale: #7D7D7D. Windows color (decimal): -4557312 or 30394. OLE color: 30394.

HSL color Cylindrical-coordinate representation of color #BA7600: hue angle of 38.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7600 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1861180-
CMYK00.3710.27
HSL38.06º100%36.47%-
HSV(B)38.06º100%72.94%-
XYZ26.7323.43.11-
YUV124.8857.53171.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.18%
G=38.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186118000.3710.2738.0610036.47
HexBA760025641B266424
Octal2721660045144334614444
Binary101110101110110001001011100100110111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7600; }

 p { color: rgb(186,118,0); }

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

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

 a { background-color: rgb(186,118,0); }

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

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

 span { border-color: rgb(186,118,0); }

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