#BA7902

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

Shades of Dark Goldenrod #BA7902

Tints of Dark Goldenrod #BA7902

Color information

#BA7902 (or 0xBA7902) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 79 and 02. RGB value is (186,121,2). Sum of RGB (Red+Green+Blue) = 186+121+2=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7902 is #4586FD. Grayscale: #7F7F7F. Windows color (decimal): -4556542 or 162234. OLE color: 162234.

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

Color convert

RGB1861212-
CMYK00.350.990.27
HSL38.8º97.87%36.86%-
HSV(B)38.8º98.92%72.94%-
XYZ27.124.123.28-
YUV126.8757.53170.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=60.19%
G=39.16%
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
Decimal186121200.350.990.2738.897.8736.86
HexBA792023631B276225
Octal2721712043143334714245
Binary1011101011110011001000111100011110111001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7902; }

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

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

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

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

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

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

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

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