Shades of Dark Goldenrod #BA7103
Tints of Dark Goldenrod #BA7103
RGB
CMYK
RGB Variations
Color information
#BA7103 (or 0xBA7103) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 03. RGB value is (186,113,3). Sum of RGB (Red+Green+Blue) = 186+113+3=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7103 is #458EFC. Grayscale: #7A7A7A. Windows color (decimal): -4558589 or 225722. OLE color: 225722.
HSL color Cylindrical-coordinate representation of color #BA7103: hue angle of 36.07º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7103 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.27 |
| HSL | 36.07º | 0.97% | 0.37% | - |
| HSV(B) | 36.07º | 0.98% | 0.73% | - |
| XYZ | 26.17 | 22.26 | 3 | - |
| YUV | 122.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 3 | 0 | 0.39 | 0.98 | 0.27 | 36.07 | 0.97 | 0.37 |
| Hex | BA | 71 | 3 | 0 | 27 | 62 | 1B | 24 | 61 | 25 |
| Octal | 272 | 161 | 3 | 0 | 47 | 142 | 33 | 44 | 141 | 45 |
| Binary | 10111010 | 1110001 | 11 | 0 | 100111 | 1100010 | 11011 | 100100 | 1100001 | 100101 |
Color Harmonies of #BA7103
Complementary color
Monochromatic Colors of #BA7103
Black with #BA7103
Text Example
Text Example
White with #BA7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7103; }
p { color: rgb(186,113,3); }
H1.HeaderClassName
{
color: #BA7103;
}
.AnyTagClassName
{
color: #BA7103;
}
</style>
background-color css
<style>
a { background-color: #BA7103; }
a { background-color: rgb(186,113,3); }
div.DivClassName
{
background-color: #BA7103;
}
.BgClassName
{
background-color: #BA7103;
}
</style>
border-color css
<style>
span { border-color: #BA7103; }
span { border-color: rgb(186,113,3); }
td.TdClassName
{
border-color: #BA7103;
}
.TagClassName
{
border-color: #BA7103;
}
</style>