Shades of Dark Goldenrod #BA7808
Tints of Dark Goldenrod #BA7808
RGB
CMYK
RGB Variations
Color information
#BA7808 (or 0xBA7808) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 08. RGB value is (186,120,8). Sum of RGB (Red+Green+Blue) = 186+120+8=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7808 is #4587F7. Grayscale: #7F7F7F. Windows color (decimal): -4556792 or 555194. OLE color: 555194.
HSL color Cylindrical-coordinate representation of color #BA7808: hue angle of 37.75º degrees, saturation: 0.92, 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 #BA7808 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.27 |
| HSL | 37.75º | 0.92% | 0.38% | - |
| HSV(B) | 37.75º | 0.96% | 0.73% | - |
| XYZ | 27.01 | 23.89 | 3.42 | - |
| YUV | 126.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 8 | 0 | 0.35 | 0.96 | 0.27 | 37.75 | 0.92 | 0.38 |
| Hex | BA | 78 | 8 | 0 | 23 | 60 | 1B | 26 | 5C | 26 |
| Octal | 272 | 170 | 10 | 0 | 43 | 140 | 33 | 46 | 134 | 46 |
| Binary | 10111010 | 1111000 | 1000 | 0 | 100011 | 1100000 | 11011 | 100110 | 1011100 | 100110 |
Color Harmonies of #BA7808
Complementary color
Monochromatic Colors of #BA7808
Black with #BA7808
Text Example
Text Example
White with #BA7808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7808; }
p { color: rgb(186,120,8); }
H1.HeaderClassName
{
color: #BA7808;
}
.AnyTagClassName
{
color: #BA7808;
}
</style>
background-color css
<style>
a { background-color: #BA7808; }
a { background-color: rgb(186,120,8); }
div.DivClassName
{
background-color: #BA7808;
}
.BgClassName
{
background-color: #BA7808;
}
</style>
border-color css
<style>
span { border-color: #BA7808; }
span { border-color: rgb(186,120,8); }
td.TdClassName
{
border-color: #BA7808;
}
.TagClassName
{
border-color: #BA7808;
}
</style>