#BA8E12

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

Shades of Dark Goldenrod #BA8E12

Tints of Dark Goldenrod #BA8E12

Color information

#BA8E12 (or 0xBA8E12) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8E and 12. RGB value is (186,142,18). Sum of RGB (Red+Green+Blue) = 186+142+18=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8E12 is #4571ED. Grayscale: #8D8D8D. Windows color (decimal): -4551150 or 1216186. OLE color: 1216186.

HSL color Cylindrical-coordinate representation of color #BA8E12: hue angle of 44.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 #BA8E12 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18614218-
CMYK00.240.900.27
HSL44.29º82.35%40%-
HSV(B)44.29º90.32%72.94%-
XYZ30.0329.834.75-
YUV141.0258.58160.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 18 (7.42% from 255) = 5.20%
R=53.76%
G=41.04%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861421800.240.900.2744.2982.3540
HexBA8E120185A1B2c5228
Octal27221622030132335412250
Binary1011101010001110100100110001011010110111011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E12; }

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

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

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

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

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

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

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

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