#BA7000

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

Shades of Dark Goldenrod #BA7000

Tints of Dark Goldenrod #BA7000

Color information

#BA7000 (or 0xBA7000) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 70 and 00. RGB value is (186,112,0). Sum of RGB (Red+Green+Blue) = 186+112+0=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7000 is #458FFF. Grayscale: #797979. Windows color (decimal): -4558848 or 28858. OLE color: 28858.

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

Color convert

RGB1861120-
CMYK00.4010.27
HSL36.13º100%36.47%-
HSV(B)36.13º100%72.94%-
XYZ26.0422.032.88-
YUV121.3659.52174.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.42%
G=37.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186112000.4010.2736.1310036.47
HexBA700028641B246424
Octal2721600050144334414444
Binary101110101110000001010001100100110111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7000; }

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

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

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

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

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

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

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

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