Shades of Dark Goldenrod #BA8305
Tints of Dark Goldenrod #BA8305
RGB
CMYK
RGB Variations
Color information
#BA8305 (or 0xBA8305) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 05. RGB value is (186,131,5). Sum of RGB (Red+Green+Blue) = 186+131+5=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8305 is #457CFA. Grayscale: #858585. Windows color (decimal): -4553979 or 361402. OLE color: 361402.
HSL color Cylindrical-coordinate representation of color #BA8305: hue angle of 41.77º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA8305 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.27 |
| HSL | 41.77º | 0.95% | 0.37% | - |
| HSV(B) | 41.77º | 0.97% | 0.73% | - |
| XYZ | 28.39 | 26.68 | 3.8 | - |
| YUV | 133.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 5 | 0 | 0.30 | 0.97 | 0.27 | 41.77 | 0.95 | 0.37 |
| Hex | BA | 83 | 5 | 0 | 1E | 61 | 1B | 2A | 5F | 25 |
| Octal | 272 | 203 | 5 | 0 | 36 | 141 | 33 | 52 | 137 | 45 |
| Binary | 10111010 | 10000011 | 101 | 0 | 11110 | 1100001 | 11011 | 101010 | 1011111 | 100101 |
Color Harmonies of #BA8305
Complementary color
Monochromatic Colors of #BA8305
Black with #BA8305
Text Example
Text Example
White with #BA8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8305; }
p { color: rgb(186,131,5); }
H1.HeaderClassName
{
color: #BA8305;
}
.AnyTagClassName
{
color: #BA8305;
}
</style>
background-color css
<style>
a { background-color: #BA8305; }
a { background-color: rgb(186,131,5); }
div.DivClassName
{
background-color: #BA8305;
}
.BgClassName
{
background-color: #BA8305;
}
</style>
border-color css
<style>
span { border-color: #BA8305; }
span { border-color: rgb(186,131,5); }
td.TdClassName
{
border-color: #BA8305;
}
.TagClassName
{
border-color: #BA8305;
}
</style>