Shades of Dark Goldenrod #BF740D
Tints of Dark Goldenrod #BF740D
RGB
CMYK
RGB Variations
Color information
#BF740D (or 0xBF740D) is known color: Dark Goldenrod. HEX triplet: BF, 74 and 0D. RGB value is (191,116,13). Sum of RGB (Red+Green+Blue) = 191+116+13=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF740D is #408BF2. Grayscale: #7F7F7F. Windows color (decimal): -4230131 or 881855. OLE color: 881855.
HSL color Cylindrical-coordinate representation of color #BF740D: hue angle of 34.72º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF740D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.25 |
| HSL | 34.72º | 0.87% | 0.4% | - |
| HSV(B) | 34.72º | 0.93% | 0.75% | - |
| XYZ | 27.8 | 23.6 | 3.47 | - |
| YUV | 126.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 13 | 0 | 0.39 | 0.93 | 0.25 | 34.72 | 0.87 | 0.4 |
| Hex | BF | 74 | D | 0 | 27 | 5D | 19 | 23 | 57 | 28 |
| Octal | 277 | 164 | 15 | 0 | 47 | 135 | 31 | 43 | 127 | 50 |
| Binary | 10111111 | 1110100 | 1101 | 0 | 100111 | 1011101 | 11001 | 100011 | 1010111 | 101000 |
Color Harmonies of #BF740D
Complementary color
Monochromatic Colors of #BF740D
Black with #BF740D
Text Example
Text Example
White with #BF740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF740D; }
p { color: rgb(191,116,13); }
H1.HeaderClassName
{
color: #BF740D;
}
.AnyTagClassName
{
color: #BF740D;
}
</style>
background-color css
<style>
a { background-color: #BF740D; }
a { background-color: rgb(191,116,13); }
div.DivClassName
{
background-color: #BF740D;
}
.BgClassName
{
background-color: #BF740D;
}
</style>
border-color css
<style>
span { border-color: #BF740D; }
span { border-color: rgb(191,116,13); }
td.TdClassName
{
border-color: #BF740D;
}
.TagClassName
{
border-color: #BF740D;
}
</style>