Shades of Dark Goldenrod #BF740F
Tints of Dark Goldenrod #BF740F
RGB
CMYK
RGB Variations
Color information
#BF740F (or 0xBF740F) is known color: Dark Goldenrod. HEX triplet: BF, 74 and 0F. RGB value is (191,116,15). Sum of RGB (Red+Green+Blue) = 191+116+15=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF740F is #408BF0. Grayscale: #7F7F7F. Windows color (decimal): -4230129 or 1012927. OLE color: 1012927.
HSL color Cylindrical-coordinate representation of color #BF740F: hue angle of 34.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF740F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.25 |
| HSL | 34.43º | 0.85% | 0.4% | - |
| HSV(B) | 34.43º | 0.92% | 0.75% | - |
| XYZ | 27.82 | 23.6 | 3.54 | - |
| YUV | 126.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 15 | 0 | 0.39 | 0.92 | 0.25 | 34.43 | 0.85 | 0.4 |
| Hex | BF | 74 | F | 0 | 27 | 5C | 19 | 22 | 55 | 28 |
| Octal | 277 | 164 | 17 | 0 | 47 | 134 | 31 | 42 | 125 | 50 |
| Binary | 10111111 | 1110100 | 1111 | 0 | 100111 | 1011100 | 11001 | 100010 | 1010101 | 101000 |
Color Harmonies of #BF740F
Complementary color
Monochromatic Colors of #BF740F
Black with #BF740F
Text Example
Text Example
White with #BF740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF740F; }
p { color: rgb(191,116,15); }
H1.HeaderClassName
{
color: #BF740F;
}
.AnyTagClassName
{
color: #BF740F;
}
</style>
background-color css
<style>
a { background-color: #BF740F; }
a { background-color: rgb(191,116,15); }
div.DivClassName
{
background-color: #BF740F;
}
.BgClassName
{
background-color: #BF740F;
}
</style>
border-color css
<style>
span { border-color: #BF740F; }
span { border-color: rgb(191,116,15); }
td.TdClassName
{
border-color: #BF740F;
}
.TagClassName
{
border-color: #BF740F;
}
</style>