#BA7A01

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

Shades of Dark Goldenrod #BA7A01

Tints of Dark Goldenrod #BA7A01

Color information

#BA7A01 (or 0xBA7A01) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7A and 01. RGB value is (186,122,1). Sum of RGB (Red+Green+Blue) = 186+122+1=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A01 is #4585FE. Grayscale: #7F7F7F. Windows color (decimal): -4556287 or 96954. OLE color: 96954.

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

Color convert

RGB1861221-
CMYK00.340.990.27
HSL39.24º98.93%36.67%-
HSV(B)39.24º99.46%72.94%-
XYZ27.2124.363.3-
YUV127.3456.7169.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=60.19%
G=39.48%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186122100.340.990.2739.2498.9336.67
HexBA7A1022631B276325
Octal2721721042143334714345
Binary101110101111010101000101100011110111001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A01; }

 p { color: rgb(186,122,1); }

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

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

 a { background-color: rgb(186,122,1); }

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

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

 span { border-color: rgb(186,122,1); }

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