Shades of Dark Goldenrod #BA9703
Tints of Dark Goldenrod #BA9703
RGB
CMYK
RGB Variations
Color information
#BA9703 (or 0xBA9703) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 03. RGB value is (186,151,3). Sum of RGB (Red+Green+Blue) = 186+151+3=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9703 is #4568FC. Grayscale: #919191. Windows color (decimal): -4548861 or 235450. OLE color: 235450.
HSL color Cylindrical-coordinate representation of color #BA9703: hue angle of 48.52º 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 #BA9703 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.27 |
| HSL | 48.52º | 0.97% | 0.37% | - |
| HSV(B) | 48.52º | 0.98% | 0.73% | - |
| XYZ | 31.33 | 32.58 | 4.72 | - |
| YUV | 144.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 3 | 0 | 0.19 | 0.98 | 0.27 | 48.52 | 0.97 | 0.37 |
| Hex | BA | 97 | 3 | 0 | 13 | 62 | 1B | 31 | 61 | 25 |
| Octal | 272 | 227 | 3 | 0 | 23 | 142 | 33 | 61 | 141 | 45 |
| Binary | 10111010 | 10010111 | 11 | 0 | 10011 | 1100010 | 11011 | 110001 | 1100001 | 100101 |
Color Harmonies of #BA9703
Complementary color
Monochromatic Colors of #BA9703
Black with #BA9703
Text Example
Text Example
White with #BA9703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9703; }
p { color: rgb(186,151,3); }
H1.HeaderClassName
{
color: #BA9703;
}
.AnyTagClassName
{
color: #BA9703;
}
</style>
background-color css
<style>
a { background-color: #BA9703; }
a { background-color: rgb(186,151,3); }
div.DivClassName
{
background-color: #BA9703;
}
.BgClassName
{
background-color: #BA9703;
}
</style>
border-color css
<style>
span { border-color: #BA9703; }
span { border-color: rgb(186,151,3); }
td.TdClassName
{
border-color: #BA9703;
}
.TagClassName
{
border-color: #BA9703;
}
</style>