Shades of Dark Goldenrod #BA7803
Tints of Dark Goldenrod #BA7803
RGB
CMYK
RGB Variations
Color information
#BA7803 (or 0xBA7803) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 03. RGB value is (186,120,3). Sum of RGB (Red+Green+Blue) = 186+120+3=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7803 is #4587FC. Grayscale: #7E7E7E. Windows color (decimal): -4556797 or 227514. OLE color: 227514.
HSL color Cylindrical-coordinate representation of color #BA7803: hue angle of 38.36º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7803 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.27 |
| HSL | 38.36º | 0.97% | 0.37% | - |
| HSV(B) | 38.36º | 0.98% | 0.73% | - |
| XYZ | 26.98 | 23.88 | 3.27 | - |
| YUV | 126.4 | 58.37 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 3 | 0 | 0.35 | 0.98 | 0.27 | 38.36 | 0.97 | 0.37 |
| Hex | BA | 78 | 3 | 0 | 23 | 62 | 1B | 26 | 61 | 25 |
| Octal | 272 | 170 | 3 | 0 | 43 | 142 | 33 | 46 | 141 | 45 |
| Binary | 10111010 | 1111000 | 11 | 0 | 100011 | 1100010 | 11011 | 100110 | 1100001 | 100101 |
Color Harmonies of #BA7803
Complementary color
Monochromatic Colors of #BA7803
Black with #BA7803
Text Example
Text Example
White with #BA7803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7803; }
p { color: rgb(186,120,3); }
H1.HeaderClassName
{
color: #BA7803;
}
.AnyTagClassName
{
color: #BA7803;
}
</style>
background-color css
<style>
a { background-color: #BA7803; }
a { background-color: rgb(186,120,3); }
div.DivClassName
{
background-color: #BA7803;
}
.BgClassName
{
background-color: #BA7803;
}
</style>
border-color css
<style>
span { border-color: #BA7803; }
span { border-color: rgb(186,120,3); }
td.TdClassName
{
border-color: #BA7803;
}
.TagClassName
{
border-color: #BA7803;
}
</style>