Shades of Dark Goldenrod #BF760D
Tints of Dark Goldenrod #BF760D
RGB
CMYK
RGB Variations
Color information
#BF760D (or 0xBF760D) is known color: Dark Goldenrod. HEX triplet: BF, 76 and 0D. RGB value is (191,118,13). Sum of RGB (Red+Green+Blue) = 191+118+13=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF760D is #4089F2. Grayscale: #808080. Windows color (decimal): -4229619 or 882367. OLE color: 882367.
HSL color Cylindrical-coordinate representation of color #BF760D: hue angle of 35.39º 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 #BF760D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.25 |
| HSL | 35.39º | 0.87% | 0.4% | - |
| HSV(B) | 35.39º | 0.93% | 0.75% | - |
| XYZ | 28.04 | 24.06 | 3.55 | - |
| YUV | 127.86 | 63.18 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 13 | 0 | 0.38 | 0.93 | 0.25 | 35.39 | 0.87 | 0.4 |
| Hex | BF | 76 | D | 0 | 26 | 5D | 19 | 23 | 57 | 28 |
| Octal | 277 | 166 | 15 | 0 | 46 | 135 | 31 | 43 | 127 | 50 |
| Binary | 10111111 | 1110110 | 1101 | 0 | 100110 | 1011101 | 11001 | 100011 | 1010111 | 101000 |
Color Harmonies of #BF760D
Complementary color
Monochromatic Colors of #BF760D
Black with #BF760D
Text Example
Text Example
White with #BF760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF760D; }
p { color: rgb(191,118,13); }
H1.HeaderClassName
{
color: #BF760D;
}
.AnyTagClassName
{
color: #BF760D;
}
</style>
background-color css
<style>
a { background-color: #BF760D; }
a { background-color: rgb(191,118,13); }
div.DivClassName
{
background-color: #BF760D;
}
.BgClassName
{
background-color: #BF760D;
}
</style>
border-color css
<style>
span { border-color: #BF760D; }
span { border-color: rgb(191,118,13); }
td.TdClassName
{
border-color: #BF760D;
}
.TagClassName
{
border-color: #BF760D;
}
</style>