Shades of Dark Goldenrod #BA730E
Tints of Dark Goldenrod #BA730E
RGB
CMYK
RGB Variations
Color information
#BA730E (or 0xBA730E) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 0E. RGB value is (186,115,14). Sum of RGB (Red+Green+Blue) = 186+115+14=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA730E is #458CF1. Grayscale: #7D7D7D. Windows color (decimal): -4558066 or 947130. OLE color: 947130.
HSL color Cylindrical-coordinate representation of color #BA730E: hue angle of 35.23º degrees, saturation: 0.86, 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 #BA730E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 14 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.27 |
| HSL | 35.23º | 0.86% | 0.39% | - |
| HSV(B) | 35.23º | 0.92% | 0.73% | - |
| XYZ | 26.46 | 22.73 | 3.41 | - |
| YUV | 124.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 14 | 0 | 0.38 | 0.92 | 0.27 | 35.23 | 0.86 | 0.39 |
| Hex | BA | 73 | E | 0 | 26 | 5C | 1B | 23 | 56 | 27 |
| Octal | 272 | 163 | 16 | 0 | 46 | 134 | 33 | 43 | 126 | 47 |
| Binary | 10111010 | 1110011 | 1110 | 0 | 100110 | 1011100 | 11011 | 100011 | 1010110 | 100111 |
Color Harmonies of #BA730E
Complementary color
Monochromatic Colors of #BA730E
Black with #BA730E
Text Example
Text Example
White with #BA730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA730E; }
p { color: rgb(186,115,14); }
H1.HeaderClassName
{
color: #BA730E;
}
.AnyTagClassName
{
color: #BA730E;
}
</style>
background-color css
<style>
a { background-color: #BA730E; }
a { background-color: rgb(186,115,14); }
div.DivClassName
{
background-color: #BA730E;
}
.BgClassName
{
background-color: #BA730E;
}
</style>
border-color css
<style>
span { border-color: #BA730E; }
span { border-color: rgb(186,115,14); }
td.TdClassName
{
border-color: #BA730E;
}
.TagClassName
{
border-color: #BA730E;
}
</style>