#BA7F12

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

Shades of Dark Goldenrod #BA7F12

Tints of Dark Goldenrod #BA7F12

Color information

#BA7F12 (or 0xBA7F12) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7F and 12. RGB value is (186,127,18). Sum of RGB (Red+Green+Blue) = 186+127+18=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F12 is #4580ED. Grayscale: #848484. Windows color (decimal): -4554990 or 1212346. OLE color: 1212346.

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

Color convert

RGB18612718-
CMYK00.320.900.27
HSL38.93º82.35%40%-
HSV(B)38.93º90.32%72.94%-
XYZ27.9525.664.05-
YUV132.2163.55166.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=56.19%
G=38.37%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861271800.320.900.2738.9382.3540
HexBA7F120205A1B275228
Octal27217722040132334712250
Binary1011101011111111001001000001011010110111001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F12; }

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

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

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

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

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

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

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

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