Shades of Dark Goldenrod #BA9608
Tints of Dark Goldenrod #BA9608
RGB
CMYK
RGB Variations
Color information
#BA9608 (or 0xBA9608) is known color: Dark Goldenrod. HEX triplet: BA, 96 and 08. RGB value is (186,150,8). Sum of RGB (Red+Green+Blue) = 186+150+8=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9608 is #4569F7. Grayscale: #919191. Windows color (decimal): -4549112 or 562874. OLE color: 562874.
HSL color Cylindrical-coordinate representation of color #BA9608: hue angle of 47.87º 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 #BA9608 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.27 |
| HSL | 47.87º | 0.92% | 0.38% | - |
| HSV(B) | 47.87º | 0.96% | 0.73% | - |
| XYZ | 31.2 | 32.27 | 4.81 | - |
| YUV | 144.58 | 50.93 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 8 | 0 | 0.19 | 0.96 | 0.27 | 47.87 | 0.92 | 0.38 |
| Hex | BA | 96 | 8 | 0 | 13 | 60 | 1B | 30 | 5C | 26 |
| Octal | 272 | 226 | 10 | 0 | 23 | 140 | 33 | 60 | 134 | 46 |
| Binary | 10111010 | 10010110 | 1000 | 0 | 10011 | 1100000 | 11011 | 110000 | 1011100 | 100110 |
Color Harmonies of #BA9608
Complementary color
Monochromatic Colors of #BA9608
Black with #BA9608
Text Example
Text Example
White with #BA9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9608; }
p { color: rgb(186,150,8); }
H1.HeaderClassName
{
color: #BA9608;
}
.AnyTagClassName
{
color: #BA9608;
}
</style>
background-color css
<style>
a { background-color: #BA9608; }
a { background-color: rgb(186,150,8); }
div.DivClassName
{
background-color: #BA9608;
}
.BgClassName
{
background-color: #BA9608;
}
</style>
border-color css
<style>
span { border-color: #BA9608; }
span { border-color: rgb(186,150,8); }
td.TdClassName
{
border-color: #BA9608;
}
.TagClassName
{
border-color: #BA9608;
}
</style>