Shades of Dark Goldenrod #BA7703
Tints of Dark Goldenrod #BA7703
RGB
CMYK
RGB Variations
Color information
#BA7703 (or 0xBA7703) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 03. RGB value is (186,119,3). Sum of RGB (Red+Green+Blue) = 186+119+3=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7703 is #4588FC. Grayscale: #7E7E7E. Windows color (decimal): -4557053 or 227258. OLE color: 227258.
HSL color Cylindrical-coordinate representation of color #BA7703: hue angle of 38.03º 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 #BA7703 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.27 |
| HSL | 38.03º | 0.97% | 0.37% | - |
| HSV(B) | 38.03º | 0.98% | 0.73% | - |
| XYZ | 26.86 | 23.64 | 3.23 | - |
| YUV | 125.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 3 | 0 | 0.36 | 0.98 | 0.27 | 38.03 | 0.97 | 0.37 |
| Hex | BA | 77 | 3 | 0 | 24 | 62 | 1B | 26 | 61 | 25 |
| Octal | 272 | 167 | 3 | 0 | 44 | 142 | 33 | 46 | 141 | 45 |
| Binary | 10111010 | 1110111 | 11 | 0 | 100100 | 1100010 | 11011 | 100110 | 1100001 | 100101 |
Color Harmonies of #BA7703
Complementary color
Monochromatic Colors of #BA7703
Black with #BA7703
Text Example
Text Example
White with #BA7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7703; }
p { color: rgb(186,119,3); }
H1.HeaderClassName
{
color: #BA7703;
}
.AnyTagClassName
{
color: #BA7703;
}
</style>
background-color css
<style>
a { background-color: #BA7703; }
a { background-color: rgb(186,119,3); }
div.DivClassName
{
background-color: #BA7703;
}
.BgClassName
{
background-color: #BA7703;
}
</style>
border-color css
<style>
span { border-color: #BA7703; }
span { border-color: rgb(186,119,3); }
td.TdClassName
{
border-color: #BA7703;
}
.TagClassName
{
border-color: #BA7703;
}
</style>