Shades of Dark Goldenrod #BA740C
Tints of Dark Goldenrod #BA740C
RGB
CMYK
RGB Variations
Color information
#BA740C (or 0xBA740C) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 0C. RGB value is (186,116,12). Sum of RGB (Red+Green+Blue) = 186+116+12=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA740C is #458BF3. Grayscale: #7D7D7D. Windows color (decimal): -4557812 or 816314. OLE color: 816314.
HSL color Cylindrical-coordinate representation of color #BA740C: hue angle of 35.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA740C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.27 |
| HSL | 35.86º | 0.88% | 0.39% | - |
| HSV(B) | 35.86º | 0.94% | 0.73% | - |
| XYZ | 26.56 | 22.96 | 3.38 | - |
| YUV | 125.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 12 | 0 | 0.38 | 0.94 | 0.27 | 35.86 | 0.88 | 0.39 |
| Hex | BA | 74 | C | 0 | 26 | 5E | 1B | 24 | 58 | 27 |
| Octal | 272 | 164 | 14 | 0 | 46 | 136 | 33 | 44 | 130 | 47 |
| Binary | 10111010 | 1110100 | 1100 | 0 | 100110 | 1011110 | 11011 | 100100 | 1011000 | 100111 |
Color Harmonies of #BA740C
Complementary color
Monochromatic Colors of #BA740C
Black with #BA740C
Text Example
Text Example
White with #BA740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA740C; }
p { color: rgb(186,116,12); }
H1.HeaderClassName
{
color: #BA740C;
}
.AnyTagClassName
{
color: #BA740C;
}
</style>
background-color css
<style>
a { background-color: #BA740C; }
a { background-color: rgb(186,116,12); }
div.DivClassName
{
background-color: #BA740C;
}
.BgClassName
{
background-color: #BA740C;
}
</style>
border-color css
<style>
span { border-color: #BA740C; }
span { border-color: rgb(186,116,12); }
td.TdClassName
{
border-color: #BA740C;
}
.TagClassName
{
border-color: #BA740C;
}
</style>