Shades of Dark Goldenrod #BA740F
Tints of Dark Goldenrod #BA740F
RGB
CMYK
RGB Variations
Color information
#BA740F (or 0xBA740F) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 0F. RGB value is (186,116,15). Sum of RGB (Red+Green+Blue) = 186+116+15=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA740F is #458BF0. Grayscale: #7D7D7D. Windows color (decimal): -4557809 or 1012922. OLE color: 1012922.
HSL color Cylindrical-coordinate representation of color #BA740F: hue angle of 35.44º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA740F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.27 |
| HSL | 35.44º | 0.85% | 0.39% | - |
| HSV(B) | 35.44º | 0.92% | 0.73% | - |
| XYZ | 26.58 | 22.96 | 3.48 | - |
| YUV | 125.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 15 | 0 | 0.38 | 0.92 | 0.27 | 35.44 | 0.85 | 0.39 |
| Hex | BA | 74 | F | 0 | 26 | 5C | 1B | 23 | 55 | 27 |
| Octal | 272 | 164 | 17 | 0 | 46 | 134 | 33 | 43 | 125 | 47 |
| Binary | 10111010 | 1110100 | 1111 | 0 | 100110 | 1011100 | 11011 | 100011 | 1010101 | 100111 |
Color Harmonies of #BA740F
Complementary color
Monochromatic Colors of #BA740F
Black with #BA740F
Text Example
Text Example
White with #BA740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA740F; }
p { color: rgb(186,116,15); }
H1.HeaderClassName
{
color: #BA740F;
}
.AnyTagClassName
{
color: #BA740F;
}
</style>
background-color css
<style>
a { background-color: #BA740F; }
a { background-color: rgb(186,116,15); }
div.DivClassName
{
background-color: #BA740F;
}
.BgClassName
{
background-color: #BA740F;
}
</style>
border-color css
<style>
span { border-color: #BA740F; }
span { border-color: rgb(186,116,15); }
td.TdClassName
{
border-color: #BA740F;
}
.TagClassName
{
border-color: #BA740F;
}
</style>