#BA730F

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

Shades of Dark Goldenrod #BA730F

Tints of Dark Goldenrod #BA730F

Color information

#BA730F (or 0xBA730F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 73 and 0F. RGB value is (186,115,15). Sum of RGB (Red+Green+Blue) = 186+115+15=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA730F is #458CF0. Grayscale: #7D7D7D. Windows color (decimal): -4558065 or 1012666. OLE color: 1012666.

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

Color convert

RGB18611515-
CMYK00.380.920.27
HSL35.09º85.07%39.41%-
HSV(B)35.09º91.94%72.94%-
XYZ26.4722.743.45-
YUV124.8366.02171.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=58.86%
G=36.39%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861151500.380.920.2735.0985.0739.41
HexBA73F0265C1B235527
Octal27216317046134334312547
Binary101110101110011111101001101011100110111000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA730F; }

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

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

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

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

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

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

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

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