Shades of Dark Goldenrod #BA8208
Tints of Dark Goldenrod #BA8208
RGB
CMYK
RGB Variations
Color information
#BA8208 (or 0xBA8208) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 08. RGB value is (186,130,8). Sum of RGB (Red+Green+Blue) = 186+130+8=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8208 is #457DF7. Grayscale: #858585. Windows color (decimal): -4554232 or 557754. OLE color: 557754.
HSL color Cylindrical-coordinate representation of color #BA8208: hue angle of 41.12º 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 #BA8208 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.27 |
| HSL | 41.12º | 0.92% | 0.38% | - |
| HSV(B) | 41.12º | 0.96% | 0.73% | - |
| XYZ | 28.28 | 26.42 | 3.84 | - |
| YUV | 132.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 8 | 0 | 0.30 | 0.96 | 0.27 | 41.12 | 0.92 | 0.38 |
| Hex | BA | 82 | 8 | 0 | 1E | 60 | 1B | 29 | 5C | 26 |
| Octal | 272 | 202 | 10 | 0 | 36 | 140 | 33 | 51 | 134 | 46 |
| Binary | 10111010 | 10000010 | 1000 | 0 | 11110 | 1100000 | 11011 | 101001 | 1011100 | 100110 |
Color Harmonies of #BA8208
Complementary color
Monochromatic Colors of #BA8208
Black with #BA8208
Text Example
Text Example
White with #BA8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8208; }
p { color: rgb(186,130,8); }
H1.HeaderClassName
{
color: #BA8208;
}
.AnyTagClassName
{
color: #BA8208;
}
</style>
background-color css
<style>
a { background-color: #BA8208; }
a { background-color: rgb(186,130,8); }
div.DivClassName
{
background-color: #BA8208;
}
.BgClassName
{
background-color: #BA8208;
}
</style>
border-color css
<style>
span { border-color: #BA8208; }
span { border-color: rgb(186,130,8); }
td.TdClassName
{
border-color: #BA8208;
}
.TagClassName
{
border-color: #BA8208;
}
</style>