Shades of Dark Goldenrod #BF820D
Tints of Dark Goldenrod #BF820D
RGB
CMYK
RGB Variations
Color information
#BF820D (or 0xBF820D) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 0D. RGB value is (191,130,13). Sum of RGB (Red+Green+Blue) = 191+130+13=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF820D is #407DF2. Grayscale: #878787. Windows color (decimal): -4226547 or 885439. OLE color: 885439.
HSL color Cylindrical-coordinate representation of color #BF820D: hue angle of 39.44º 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 #BF820D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.25 |
| HSL | 39.44º | 0.87% | 0.4% | - |
| HSV(B) | 39.44º | 0.93% | 0.75% | - |
| XYZ | 29.54 | 27.07 | 4.05 | - |
| YUV | 134.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 13 | 0 | 0.32 | 0.93 | 0.25 | 39.44 | 0.87 | 0.4 |
| Hex | BF | 82 | D | 0 | 20 | 5D | 19 | 27 | 57 | 28 |
| Octal | 277 | 202 | 15 | 0 | 40 | 135 | 31 | 47 | 127 | 50 |
| Binary | 10111111 | 10000010 | 1101 | 0 | 100000 | 1011101 | 11001 | 100111 | 1010111 | 101000 |
Color Harmonies of #BF820D
Complementary color
Monochromatic Colors of #BF820D
Black with #BF820D
Text Example
Text Example
White with #BF820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF820D; }
p { color: rgb(191,130,13); }
H1.HeaderClassName
{
color: #BF820D;
}
.AnyTagClassName
{
color: #BF820D;
}
</style>
background-color css
<style>
a { background-color: #BF820D; }
a { background-color: rgb(191,130,13); }
div.DivClassName
{
background-color: #BF820D;
}
.BgClassName
{
background-color: #BF820D;
}
</style>
border-color css
<style>
span { border-color: #BF820D; }
span { border-color: rgb(191,130,13); }
td.TdClassName
{
border-color: #BF820D;
}
.TagClassName
{
border-color: #BF820D;
}
</style>