#BA7802

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

Shades of Dark Goldenrod #BA7802

Tints of Dark Goldenrod #BA7802

Color information

#BA7802 (or 0xBA7802) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 78 and 02. RGB value is (186,120,2). Sum of RGB (Red+Green+Blue) = 186+120+2=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7802 is #4587FD. Grayscale: #7E7E7E. Windows color (decimal): -4556798 or 161978. OLE color: 161978.

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

Color convert

RGB1861202-
CMYK00.350.990.27
HSL38.48º97.87%36.86%-
HSV(B)38.48º98.92%72.94%-
XYZ26.9823.883.24-
YUV126.2857.87170.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=60.39%
G=38.96%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186120200.350.990.2738.4897.8736.86
HexBA782023631B266225
Octal2721702043143334614245
Binary1011101011110001001000111100011110111001101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7802; }

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

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

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

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

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

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

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

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