Shades of Dark Goldenrod #BA930D
Tints of Dark Goldenrod #BA930D
RGB
CMYK
RGB Variations
Color information
#BA930D (or 0xBA930D) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 0D. RGB value is (186,147,13). Sum of RGB (Red+Green+Blue) = 186+147+13=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA930D is #456CF2. Grayscale: #8F8F8F. Windows color (decimal): -4549875 or 889786. OLE color: 889786.
HSL color Cylindrical-coordinate representation of color #BA930D: hue angle of 46.47º 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 #BA930D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.27 |
| HSL | 46.47º | 0.87% | 0.39% | - |
| HSV(B) | 46.47º | 0.93% | 0.73% | - |
| XYZ | 30.76 | 31.34 | 4.81 | - |
| YUV | 143.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 13 | 0 | 0.21 | 0.93 | 0.27 | 46.47 | 0.87 | 0.39 |
| Hex | BA | 93 | D | 0 | 15 | 5D | 1B | 2E | 57 | 27 |
| Octal | 272 | 223 | 15 | 0 | 25 | 135 | 33 | 56 | 127 | 47 |
| Binary | 10111010 | 10010011 | 1101 | 0 | 10101 | 1011101 | 11011 | 101110 | 1010111 | 100111 |
Color Harmonies of #BA930D
Complementary color
Monochromatic Colors of #BA930D
Black with #BA930D
Text Example
Text Example
White with #BA930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA930D; }
p { color: rgb(186,147,13); }
H1.HeaderClassName
{
color: #BA930D;
}
.AnyTagClassName
{
color: #BA930D;
}
</style>
background-color css
<style>
a { background-color: #BA930D; }
a { background-color: rgb(186,147,13); }
div.DivClassName
{
background-color: #BA930D;
}
.BgClassName
{
background-color: #BA930D;
}
</style>
border-color css
<style>
span { border-color: #BA930D; }
span { border-color: rgb(186,147,13); }
td.TdClassName
{
border-color: #BA930D;
}
.TagClassName
{
border-color: #BA930D;
}
</style>