Shades of Dark Goldenrod #BA730B
Tints of Dark Goldenrod #BA730B
RGB
CMYK
RGB Variations
Color information
#BA730B (or 0xBA730B) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 0B. RGB value is (186,115,11). Sum of RGB (Red+Green+Blue) = 186+115+11=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA730B is #458CF4. Grayscale: #7C7C7C. Windows color (decimal): -4558069 or 750522. OLE color: 750522.
HSL color Cylindrical-coordinate representation of color #BA730B: hue angle of 35.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA730B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.27 |
| HSL | 35.66º | 0.89% | 0.39% | - |
| HSV(B) | 35.66º | 0.94% | 0.73% | - |
| XYZ | 26.44 | 22.72 | 3.31 | - |
| YUV | 124.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 11 | 0 | 0.38 | 0.94 | 0.27 | 35.66 | 0.89 | 0.39 |
| Hex | BA | 73 | B | 0 | 26 | 5E | 1B | 24 | 59 | 27 |
| Octal | 272 | 163 | 13 | 0 | 46 | 136 | 33 | 44 | 131 | 47 |
| Binary | 10111010 | 1110011 | 1011 | 0 | 100110 | 1011110 | 11011 | 100100 | 1011001 | 100111 |
Color Harmonies of #BA730B
Complementary color
Monochromatic Colors of #BA730B
Black with #BA730B
Text Example
Text Example
White with #BA730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA730B; }
p { color: rgb(186,115,11); }
H1.HeaderClassName
{
color: #BA730B;
}
.AnyTagClassName
{
color: #BA730B;
}
</style>
background-color css
<style>
a { background-color: #BA730B; }
a { background-color: rgb(186,115,11); }
div.DivClassName
{
background-color: #BA730B;
}
.BgClassName
{
background-color: #BA730B;
}
</style>
border-color css
<style>
span { border-color: #BA730B; }
span { border-color: rgb(186,115,11); }
td.TdClassName
{
border-color: #BA730B;
}
.TagClassName
{
border-color: #BA730B;
}
</style>