Shades of Dark Goldenrod #BA8A08
Tints of Dark Goldenrod #BA8A08
RGB
CMYK
RGB Variations
Color information
#BA8A08 (or 0xBA8A08) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 08. RGB value is (186,138,8). Sum of RGB (Red+Green+Blue) = 186+138+8=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A08 is #4575F7. Grayscale: #8A8A8A. Windows color (decimal): -4552184 or 559802. OLE color: 559802.
HSL color Cylindrical-coordinate representation of color #BA8A08: hue angle of 43.82º 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 #BA8A08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.27 |
| HSL | 43.82º | 0.92% | 0.38% | - |
| HSV(B) | 43.82º | 0.96% | 0.73% | - |
| XYZ | 29.38 | 28.63 | 4.21 | - |
| YUV | 137.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 8 | 0 | 0.26 | 0.96 | 0.27 | 43.82 | 0.92 | 0.38 |
| Hex | BA | 8A | 8 | 0 | 1A | 60 | 1B | 2C | 5C | 26 |
| Octal | 272 | 212 | 10 | 0 | 32 | 140 | 33 | 54 | 134 | 46 |
| Binary | 10111010 | 10001010 | 1000 | 0 | 11010 | 1100000 | 11011 | 101100 | 1011100 | 100110 |
Color Harmonies of #BA8A08
Complementary color
Monochromatic Colors of #BA8A08
Black with #BA8A08
Text Example
Text Example
White with #BA8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A08; }
p { color: rgb(186,138,8); }
H1.HeaderClassName
{
color: #BA8A08;
}
.AnyTagClassName
{
color: #BA8A08;
}
</style>
background-color css
<style>
a { background-color: #BA8A08; }
a { background-color: rgb(186,138,8); }
div.DivClassName
{
background-color: #BA8A08;
}
.BgClassName
{
background-color: #BA8A08;
}
</style>
border-color css
<style>
span { border-color: #BA8A08; }
span { border-color: rgb(186,138,8); }
td.TdClassName
{
border-color: #BA8A08;
}
.TagClassName
{
border-color: #BA8A08;
}
</style>