#ba7700

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

Shades of Dark Goldenrod #BA7700

Tints of Dark Goldenrod #BA7700

Color information

#BA7700 (or 0xBA7700) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 77 and 00. RGB value is (186,119,0). Sum of RGB (Red+Green+Blue) = 186+119+0=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7700 is #4588FF. Grayscale: #7E7E7E. Windows color (decimal): -4557056 or 30650. OLE color: 30650.

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

Color convert

RGB1861190-
CMYK00.3610.27
HSL38.39º100%36.47%-
HSV(B)38.39º100%72.94%-
XYZ26.8523.633.15-
YUV125.4757.2171.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.98%
G=39.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186119000.3610.2738.3910036.47
HexBA770024641B266424
Octal2721670044144334614444
Binary101110101110111001001001100100110111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7700; }

 p { color: rgb(186,119,0); }

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

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

 a { background-color: rgb(186,119,0); }

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

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

 span { border-color: rgb(186,119,0); }

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