Shades of Dark Goldenrod #BA750C
Tints of Dark Goldenrod #BA750C
RGB
CMYK
RGB Variations
Color information
#BA750C (or 0xBA750C) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 0C. RGB value is (186,117,12). Sum of RGB (Red+Green+Blue) = 186+117+12=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA750C is #458AF3. Grayscale: #7E7E7E. Windows color (decimal): -4557556 or 816570. OLE color: 816570.
HSL color Cylindrical-coordinate representation of color #BA750C: hue angle of 36.21º 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 #BA750C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.27 |
| HSL | 36.21º | 0.88% | 0.39% | - |
| HSV(B) | 36.21º | 0.94% | 0.73% | - |
| XYZ | 26.68 | 23.19 | 3.42 | - |
| YUV | 125.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 12 | 0 | 0.37 | 0.94 | 0.27 | 36.21 | 0.88 | 0.39 |
| Hex | BA | 75 | C | 0 | 25 | 5E | 1B | 24 | 58 | 27 |
| Octal | 272 | 165 | 14 | 0 | 45 | 136 | 33 | 44 | 130 | 47 |
| Binary | 10111010 | 1110101 | 1100 | 0 | 100101 | 1011110 | 11011 | 100100 | 1011000 | 100111 |
Color Harmonies of #BA750C
Complementary color
Monochromatic Colors of #BA750C
Black with #BA750C
Text Example
Text Example
White with #BA750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA750C; }
p { color: rgb(186,117,12); }
H1.HeaderClassName
{
color: #BA750C;
}
.AnyTagClassName
{
color: #BA750C;
}
</style>
background-color css
<style>
a { background-color: #BA750C; }
a { background-color: rgb(186,117,12); }
div.DivClassName
{
background-color: #BA750C;
}
.BgClassName
{
background-color: #BA750C;
}
</style>
border-color css
<style>
span { border-color: #BA750C; }
span { border-color: rgb(186,117,12); }
td.TdClassName
{
border-color: #BA750C;
}
.TagClassName
{
border-color: #BA750C;
}
</style>