#BA8F14

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

Shades of Dark Goldenrod #BA8F14

Tints of Dark Goldenrod #BA8F14

Color information

#BA8F14 (or 0xBA8F14) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 8F and 14. RGB value is (186,143,20). Sum of RGB (Red+Green+Blue) = 186+143+20=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F14 is #4570EB. Grayscale: #8E8E8E. Windows color (decimal): -4550892 or 1347514. OLE color: 1347514.

HSL color Cylindrical-coordinate representation of color #BA8F14: hue angle of 44.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA8F14 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18614320-
CMYK00.230.890.27
HSL44.46º80.58%40.39%-
HSV(B)44.46º89.25%72.94%-
XYZ30.230.134.89-
YUV141.8359.25159.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 20 (8.20% from 255) = 5.73%
R=53.30%
G=40.97%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861432000.230.890.2744.4680.5840.39
HexBA8F14017591B2c5128
Octal27221724027131335412150
Binary1011101010001111101000101111011001110111011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F14; }

 p { color: rgb(186,143,20); }

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

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

 a { background-color: rgb(186,143,20); }

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

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

 span { border-color: rgb(186,143,20); }

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