Shades of Dark Goldenrod #BA9708
Tints of Dark Goldenrod #BA9708
RGB
CMYK
RGB Variations
Color information
#BA9708 (or 0xBA9708) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 08. RGB value is (186,151,8). Sum of RGB (Red+Green+Blue) = 186+151+8=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9708 is #4568F7. Grayscale: #919191. Windows color (decimal): -4548856 or 563130. OLE color: 563130.
HSL color Cylindrical-coordinate representation of color #BA9708: hue angle of 48.2º 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 #BA9708 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.27 |
| HSL | 48.2º | 0.92% | 0.38% | - |
| HSV(B) | 48.2º | 0.96% | 0.73% | - |
| XYZ | 31.36 | 32.59 | 4.87 | - |
| YUV | 145.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 8 | 0 | 0.19 | 0.96 | 0.27 | 48.2 | 0.92 | 0.38 |
| Hex | BA | 97 | 8 | 0 | 13 | 60 | 1B | 30 | 5C | 26 |
| Octal | 272 | 227 | 10 | 0 | 23 | 140 | 33 | 60 | 134 | 46 |
| Binary | 10111010 | 10010111 | 1000 | 0 | 10011 | 1100000 | 11011 | 110000 | 1011100 | 100110 |
Color Harmonies of #BA9708
Complementary color
Monochromatic Colors of #BA9708
Black with #BA9708
Text Example
Text Example
White with #BA9708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9708; }
p { color: rgb(186,151,8); }
H1.HeaderClassName
{
color: #BA9708;
}
.AnyTagClassName
{
color: #BA9708;
}
</style>
background-color css
<style>
a { background-color: #BA9708; }
a { background-color: rgb(186,151,8); }
div.DivClassName
{
background-color: #BA9708;
}
.BgClassName
{
background-color: #BA9708;
}
</style>
border-color css
<style>
span { border-color: #BA9708; }
span { border-color: rgb(186,151,8); }
td.TdClassName
{
border-color: #BA9708;
}
.TagClassName
{
border-color: #BA9708;
}
</style>