#BA8012

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

Shades of Dark Goldenrod #BA8012

Tints of Dark Goldenrod #BA8012

Color information

#BA8012 (or 0xBA8012) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 80 and 12. RGB value is (186,128,18). Sum of RGB (Red+Green+Blue) = 186+128+18=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8012 is #457FED. Grayscale: #858585. Windows color (decimal): -4554734 or 1212602. OLE color: 1212602.

HSL color Cylindrical-coordinate representation of color #BA8012: hue angle of 39.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA8012 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18612818-
CMYK00.310.900.27
HSL39.29º82.35%40%-
HSV(B)39.29º90.32%72.94%-
XYZ28.0825.924.1-
YUV132.863.22165.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=56.02%
G=38.55%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861281800.310.900.2739.2982.3540
HexBA801201F5A1B275228
Octal27220022037132334712250
Binary1011101010000000100100111111011010110111001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8012; }

 p { color: rgb(186,128,18); }

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

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

 a { background-color: rgb(186,128,18); }

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

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

 span { border-color: rgb(186,128,18); }

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