#BA7601

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

Shades of Dark Goldenrod #BA7601

Tints of Dark Goldenrod #BA7601

Color information

#BA7601 (or 0xBA7601) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 76 and 01. RGB value is (186,118,1). Sum of RGB (Red+Green+Blue) = 186+118+1=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7601 is #4589FE. Grayscale: #7D7D7D. Windows color (decimal): -4557311 or 95930. OLE color: 95930.

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

Color convert

RGB1861181-
CMYK00.370.990.27
HSL37.95º98.93%36.67%-
HSV(B)37.95º99.46%72.94%-
XYZ26.7323.43.14-
YUV124.9958.03171.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=60.98%
G=38.69%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186118100.370.990.2737.9598.9336.67
HexBA761025631B266325
Octal2721661045143334614345
Binary101110101110110101001011100011110111001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7601; }

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

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

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

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

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

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

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

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