Shades of Dark Goldenrod #BA920F
Tints of Dark Goldenrod #BA920F
RGB
CMYK
RGB Variations
Color information
#BA920F (or 0xBA920F) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 0F. RGB value is (186,146,15). Sum of RGB (Red+Green+Blue) = 186+146+15=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA920F is #456DF0. Grayscale: #8F8F8F. Windows color (decimal): -4550129 or 1020602. OLE color: 1020602.
HSL color Cylindrical-coordinate representation of color #BA920F: hue angle of 45.96º degrees, saturation: 0.85, 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 #BA920F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.27 |
| HSL | 45.96º | 0.85% | 0.39% | - |
| HSV(B) | 45.96º | 0.92% | 0.73% | - |
| XYZ | 30.61 | 31.03 | 4.83 | - |
| YUV | 143.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 15 | 0 | 0.22 | 0.92 | 0.27 | 45.96 | 0.85 | 0.39 |
| Hex | BA | 92 | F | 0 | 16 | 5C | 1B | 2E | 55 | 27 |
| Octal | 272 | 222 | 17 | 0 | 26 | 134 | 33 | 56 | 125 | 47 |
| Binary | 10111010 | 10010010 | 1111 | 0 | 10110 | 1011100 | 11011 | 101110 | 1010101 | 100111 |
Color Harmonies of #BA920F
Complementary color
Monochromatic Colors of #BA920F
Black with #BA920F
Text Example
Text Example
White with #BA920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA920F; }
p { color: rgb(186,146,15); }
H1.HeaderClassName
{
color: #BA920F;
}
.AnyTagClassName
{
color: #BA920F;
}
</style>
background-color css
<style>
a { background-color: #BA920F; }
a { background-color: rgb(186,146,15); }
div.DivClassName
{
background-color: #BA920F;
}
.BgClassName
{
background-color: #BA920F;
}
</style>
border-color css
<style>
span { border-color: #BA920F; }
span { border-color: rgb(186,146,15); }
td.TdClassName
{
border-color: #BA920F;
}
.TagClassName
{
border-color: #BA920F;
}
</style>