#BA7402

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

Shades of Dark Goldenrod #BA7402

Tints of Dark Goldenrod #BA7402

Color information

#BA7402 (or 0xBA7402) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 74 and 02. RGB value is (186,116,2). Sum of RGB (Red+Green+Blue) = 186+116+2=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7402 is #458BFD. Grayscale: #7C7C7C. Windows color (decimal): -4557822 or 160954. OLE color: 160954.

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

Color convert

RGB1861162-
CMYK00.380.990.27
HSL37.17º97.87%36.86%-
HSV(B)37.17º98.92%72.94%-
XYZ26.5122.933.09-
YUV123.9359.19172.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=61.18%
G=38.16%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186116200.380.990.2737.1797.8736.86
HexBA742026631B256225
Octal2721642046143334514245
Binary1011101011101001001001101100011110111001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7402; }

 p { color: rgb(186,116,2); }

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

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

 a { background-color: rgb(186,116,2); }

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

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

 span { border-color: rgb(186,116,2); }

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