#BA7300

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

Shades of Dark Goldenrod #BA7300

Tints of Dark Goldenrod #BA7300

Color information

#BA7300 (or 0xBA7300) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 73 and 00. RGB value is (186,115,0). Sum of RGB (Red+Green+Blue) = 186+115+0=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7300 is #458CFF. Grayscale: #7B7B7B. Windows color (decimal): -4558080 or 29626. OLE color: 29626.

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

Color convert

RGB1861150-
CMYK00.3810.27
HSL37.1º100%36.47%-
HSV(B)37.1º100%72.94%-
XYZ26.3822.72.99-
YUV123.1258.52172.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.79%
G=38.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186115000.3810.2737.110036.47
HexBA730026641B256424
Octal2721630046144334514444
Binary101110101110011001001101100100110111001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7300; }

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

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

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

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

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

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

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

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