Shades of Dark Goldenrod #BF7304
Tints of Dark Goldenrod #BF7304
RGB
CMYK
RGB Variations
Color information
#BF7304 (or 0xBF7304) is known color: Dark Goldenrod. HEX triplet: BF, 73 and 04. RGB value is (191,115,4). Sum of RGB (Red+Green+Blue) = 191+115+4=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7304 is #408CFB. Grayscale: #7D7D7D. Windows color (decimal): -4230396 or 291775. OLE color: 291775.
HSL color Cylindrical-coordinate representation of color #BF7304: hue angle of 35.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF7304 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.25 |
| HSL | 35.61º | 0.96% | 0.38% | - |
| HSV(B) | 35.61º | 0.98% | 0.75% | - |
| XYZ | 27.64 | 23.35 | 3.16 | - |
| YUV | 125.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 4 | 0 | 0.40 | 0.98 | 0.25 | 35.61 | 0.96 | 0.38 |
| Hex | BF | 73 | 4 | 0 | 28 | 62 | 19 | 24 | 60 | 26 |
| Octal | 277 | 163 | 4 | 0 | 50 | 142 | 31 | 44 | 140 | 46 |
| Binary | 10111111 | 1110011 | 100 | 0 | 101000 | 1100010 | 11001 | 100100 | 1100000 | 100110 |
Color Harmonies of #BF7304
Complementary color
Monochromatic Colors of #BF7304
Black with #BF7304
Text Example
Text Example
White with #BF7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7304; }
p { color: rgb(191,115,4); }
H1.HeaderClassName
{
color: #BF7304;
}
.AnyTagClassName
{
color: #BF7304;
}
</style>
background-color css
<style>
a { background-color: #BF7304; }
a { background-color: rgb(191,115,4); }
div.DivClassName
{
background-color: #BF7304;
}
.BgClassName
{
background-color: #BF7304;
}
</style>
border-color css
<style>
span { border-color: #BF7304; }
span { border-color: rgb(191,115,4); }
td.TdClassName
{
border-color: #BF7304;
}
.TagClassName
{
border-color: #BF7304;
}
</style>