Shades of Dark Goldenrod #BA8D07
Tints of Dark Goldenrod #BA8D07
RGB
CMYK
RGB Variations
Color information
#BA8D07 (or 0xBA8D07) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 07. RGB value is (186,141,7). Sum of RGB (Red+Green+Blue) = 186+141+7=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D07 is #4572F8. Grayscale: #8B8B8B. Windows color (decimal): -4551417 or 495034. OLE color: 495034.
HSL color Cylindrical-coordinate representation of color #BA8D07: hue angle of 44.92º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA8D07 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.27 |
| HSL | 44.92º | 0.93% | 0.38% | - |
| HSV(B) | 44.92º | 0.96% | 0.73% | - |
| XYZ | 29.81 | 29.5 | 4.32 | - |
| YUV | 139.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 7 | 0 | 0.24 | 0.96 | 0.27 | 44.92 | 0.93 | 0.38 |
| Hex | BA | 8D | 7 | 0 | 18 | 60 | 1B | 2D | 5D | 26 |
| Octal | 272 | 215 | 7 | 0 | 30 | 140 | 33 | 55 | 135 | 46 |
| Binary | 10111010 | 10001101 | 111 | 0 | 11000 | 1100000 | 11011 | 101101 | 1011101 | 100110 |
Color Harmonies of #BA8D07
Complementary color
Monochromatic Colors of #BA8D07
Black with #BA8D07
Text Example
Text Example
White with #BA8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D07; }
p { color: rgb(186,141,7); }
H1.HeaderClassName
{
color: #BA8D07;
}
.AnyTagClassName
{
color: #BA8D07;
}
</style>
background-color css
<style>
a { background-color: #BA8D07; }
a { background-color: rgb(186,141,7); }
div.DivClassName
{
background-color: #BA8D07;
}
.BgClassName
{
background-color: #BA8D07;
}
</style>
border-color css
<style>
span { border-color: #BA8D07; }
span { border-color: rgb(186,141,7); }
td.TdClassName
{
border-color: #BA8D07;
}
.TagClassName
{
border-color: #BA8D07;
}
</style>