Shades of Dark Goldenrod #BA9408
Tints of Dark Goldenrod #BA9408
RGB
CMYK
RGB Variations
Color information
#BA9408 (or 0xBA9408) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 08. RGB value is (186,148,8). Sum of RGB (Red+Green+Blue) = 186+148+8=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9408 is #456BF7. Grayscale: #909090. Windows color (decimal): -4549624 or 562362. OLE color: 562362.
HSL color Cylindrical-coordinate representation of color #BA9408: hue angle of 47.19º 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 #BA9408 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.27 |
| HSL | 47.19º | 0.92% | 0.38% | - |
| HSV(B) | 47.19º | 0.96% | 0.73% | - |
| XYZ | 30.88 | 31.64 | 4.71 | - |
| YUV | 143.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 8 | 0 | 0.20 | 0.96 | 0.27 | 47.19 | 0.92 | 0.38 |
| Hex | BA | 94 | 8 | 0 | 14 | 60 | 1B | 2F | 5C | 26 |
| Octal | 272 | 224 | 10 | 0 | 24 | 140 | 33 | 57 | 134 | 46 |
| Binary | 10111010 | 10010100 | 1000 | 0 | 10100 | 1100000 | 11011 | 101111 | 1011100 | 100110 |
Color Harmonies of #BA9408
Complementary color
Monochromatic Colors of #BA9408
Black with #BA9408
Text Example
Text Example
White with #BA9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9408; }
p { color: rgb(186,148,8); }
H1.HeaderClassName
{
color: #BA9408;
}
.AnyTagClassName
{
color: #BA9408;
}
</style>
background-color css
<style>
a { background-color: #BA9408; }
a { background-color: rgb(186,148,8); }
div.DivClassName
{
background-color: #BA9408;
}
.BgClassName
{
background-color: #BA9408;
}
</style>
border-color css
<style>
span { border-color: #BA9408; }
span { border-color: rgb(186,148,8); }
td.TdClassName
{
border-color: #BA9408;
}
.TagClassName
{
border-color: #BA9408;
}
</style>