Shades of Dark Goldenrod #BA920D
Tints of Dark Goldenrod #BA920D
RGB
CMYK
RGB Variations
Color information
#BA920D (or 0xBA920D) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 0D. RGB value is (186,146,13). Sum of RGB (Red+Green+Blue) = 186+146+13=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA920D is #456DF2. Grayscale: #8F8F8F. Windows color (decimal): -4550131 or 889530. OLE color: 889530.
HSL color Cylindrical-coordinate representation of color #BA920D: hue angle of 46.13º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA920D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.27 |
| HSL | 46.13º | 0.87% | 0.39% | - |
| HSV(B) | 46.13º | 0.93% | 0.73% | - |
| XYZ | 30.6 | 31.03 | 4.76 | - |
| YUV | 142.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 13 | 0 | 0.22 | 0.93 | 0.27 | 46.13 | 0.87 | 0.39 |
| Hex | BA | 92 | D | 0 | 16 | 5D | 1B | 2E | 57 | 27 |
| Octal | 272 | 222 | 15 | 0 | 26 | 135 | 33 | 56 | 127 | 47 |
| Binary | 10111010 | 10010010 | 1101 | 0 | 10110 | 1011101 | 11011 | 101110 | 1010111 | 100111 |
Color Harmonies of #BA920D
Complementary color
Monochromatic Colors of #BA920D
Black with #BA920D
Text Example
Text Example
White with #BA920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA920D; }
p { color: rgb(186,146,13); }
H1.HeaderClassName
{
color: #BA920D;
}
.AnyTagClassName
{
color: #BA920D;
}
</style>
background-color css
<style>
a { background-color: #BA920D; }
a { background-color: rgb(186,146,13); }
div.DivClassName
{
background-color: #BA920D;
}
.BgClassName
{
background-color: #BA920D;
}
</style>
border-color css
<style>
span { border-color: #BA920D; }
span { border-color: rgb(186,146,13); }
td.TdClassName
{
border-color: #BA920D;
}
.TagClassName
{
border-color: #BA920D;
}
</style>