#ba7200

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

Shades of Dark Goldenrod #BA7200

Tints of Dark Goldenrod #BA7200

Color information

#BA7200 (or 0xBA7200) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 72 and 00. RGB value is (186,114,0). Sum of RGB (Red+Green+Blue) = 186+114+0=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7200 is #458DFF. Grayscale: #7B7B7B. Windows color (decimal): -4558336 or 29370. OLE color: 29370.

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

Color convert

RGB1861140-
CMYK00.3910.27
HSL36.77º100%36.47%-
HSV(B)36.77º100%72.94%-
XYZ26.2722.472.95-
YUV122.5358.85173.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 0 (0.39% from 255) = 0%
R=62%
G=38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186114000.3910.2736.7710036.47
HexBA720027641B256424
Octal2721620047144334514444
Binary101110101110010001001111100100110111001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7200; }

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

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

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

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

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

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

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

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