Shades of Dark Goldenrod #BA7A03
Tints of Dark Goldenrod #BA7A03
RGB
CMYK
RGB Variations
Color information
#BA7A03 (or 0xBA7A03) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 03. RGB value is (186,122,3). Sum of RGB (Red+Green+Blue) = 186+122+3=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A03 is #4585FC. Grayscale: #808080. Windows color (decimal): -4556285 or 228026. OLE color: 228026.
HSL color Cylindrical-coordinate representation of color #BA7A03: hue angle of 39.02º 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 #BA7A03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.27 |
| HSL | 39.02º | 0.97% | 0.37% | - |
| HSV(B) | 39.02º | 0.98% | 0.73% | - |
| XYZ | 27.23 | 24.36 | 3.35 | - |
| YUV | 127.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 3 | 0 | 0.34 | 0.98 | 0.27 | 39.02 | 0.97 | 0.37 |
| Hex | BA | 7A | 3 | 0 | 22 | 62 | 1B | 27 | 61 | 25 |
| Octal | 272 | 172 | 3 | 0 | 42 | 142 | 33 | 47 | 141 | 45 |
| Binary | 10111010 | 1111010 | 11 | 0 | 100010 | 1100010 | 11011 | 100111 | 1100001 | 100101 |
Color Harmonies of #BA7A03
Complementary color
Monochromatic Colors of #BA7A03
Black with #BA7A03
Text Example
Text Example
White with #BA7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A03; }
p { color: rgb(186,122,3); }
H1.HeaderClassName
{
color: #BA7A03;
}
.AnyTagClassName
{
color: #BA7A03;
}
</style>
background-color css
<style>
a { background-color: #BA7A03; }
a { background-color: rgb(186,122,3); }
div.DivClassName
{
background-color: #BA7A03;
}
.BgClassName
{
background-color: #BA7A03;
}
</style>
border-color css
<style>
span { border-color: #BA7A03; }
span { border-color: rgb(186,122,3); }
td.TdClassName
{
border-color: #BA7A03;
}
.TagClassName
{
border-color: #BA7A03;
}
</style>