Shades of Dark Goldenrod #BA8703
Tints of Dark Goldenrod #BA8703
RGB
CMYK
RGB Variations
Color information
#BA8703 (or 0xBA8703) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 03. RGB value is (186,135,3). Sum of RGB (Red+Green+Blue) = 186+135+3=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8703 is #4578FC. Grayscale: #878787. Windows color (decimal): -4552957 or 231354. OLE color: 231354.
HSL color Cylindrical-coordinate representation of color #BA8703: hue angle of 43.28º 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 #BA8703 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.27 |
| HSL | 43.28º | 0.97% | 0.37% | - |
| HSV(B) | 43.28º | 0.98% | 0.73% | - |
| XYZ | 28.93 | 27.77 | 3.92 | - |
| YUV | 135.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 3 | 0 | 0.27 | 0.98 | 0.27 | 43.28 | 0.97 | 0.37 |
| Hex | BA | 87 | 3 | 0 | 1B | 62 | 1B | 2B | 61 | 25 |
| Octal | 272 | 207 | 3 | 0 | 33 | 142 | 33 | 53 | 141 | 45 |
| Binary | 10111010 | 10000111 | 11 | 0 | 11011 | 1100010 | 11011 | 101011 | 1100001 | 100101 |
Color Harmonies of #BA8703
Complementary color
Monochromatic Colors of #BA8703
Black with #BA8703
Text Example
Text Example
White with #BA8703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8703; }
p { color: rgb(186,135,3); }
H1.HeaderClassName
{
color: #BA8703;
}
.AnyTagClassName
{
color: #BA8703;
}
</style>
background-color css
<style>
a { background-color: #BA8703; }
a { background-color: rgb(186,135,3); }
div.DivClassName
{
background-color: #BA8703;
}
.BgClassName
{
background-color: #BA8703;
}
</style>
border-color css
<style>
span { border-color: #BA8703; }
span { border-color: rgb(186,135,3); }
td.TdClassName
{
border-color: #BA8703;
}
.TagClassName
{
border-color: #BA8703;
}
</style>