#BA790F

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

Shades of Dark Goldenrod #BA790F

Tints of Dark Goldenrod #BA790F

Color information

#BA790F (or 0xBA790F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 79 and 0F. RGB value is (186,121,15). Sum of RGB (Red+Green+Blue) = 186+121+15=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA790F is #4586F0. Grayscale: #808080. Windows color (decimal): -4556529 or 1014202. OLE color: 1014202.

HSL color Cylindrical-coordinate representation of color #BA790F: hue angle of 37.19º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA790F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18612115-
CMYK00.350.920.27
HSL37.19º85.07%39.41%-
HSV(B)37.19º91.94%72.94%-
XYZ27.1724.153.68-
YUV128.3564.03169.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 15 (6.25% from 255) = 4.66%
R=57.76%
G=37.58%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861211500.350.920.2737.1985.0739.41
HexBA79F0235C1B255527
Octal27217117043134334512547
Binary101110101111001111101000111011100110111001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA790F; }

 p { color: rgb(186,121,15); }

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

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

 a { background-color: rgb(186,121,15); }

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

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

 span { border-color: rgb(186,121,15); }

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