Shades of Dark Goldenrod #BF830B
Tints of Dark Goldenrod #BF830B
RGB
CMYK
RGB Variations
Color information
#BF830B (or 0xBF830B) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 0B. RGB value is (191,131,11). Sum of RGB (Red+Green+Blue) = 191+131+11=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF830B is #407CF4. Grayscale: #878787. Windows color (decimal): -4226293 or 754623. OLE color: 754623.
HSL color Cylindrical-coordinate representation of color #BF830B: hue angle of 40º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF830B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.25 |
| HSL | 40º | 0.89% | 0.4% | - |
| HSV(B) | 40º | 0.94% | 0.75% | - |
| XYZ | 29.66 | 27.33 | 4.03 | - |
| YUV | 135.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 11 | 0 | 0.31 | 0.94 | 0.25 | 40 | 0.89 | 0.4 |
| Hex | BF | 83 | B | 0 | 1F | 5E | 19 | 28 | 59 | 28 |
| Octal | 277 | 203 | 13 | 0 | 37 | 136 | 31 | 50 | 131 | 50 |
| Binary | 10111111 | 10000011 | 1011 | 0 | 11111 | 1011110 | 11001 | 101000 | 1011001 | 101000 |
Color Harmonies of #BF830B
Complementary color
Monochromatic Colors of #BF830B
Black with #BF830B
Text Example
Text Example
White with #BF830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF830B; }
p { color: rgb(191,131,11); }
H1.HeaderClassName
{
color: #BF830B;
}
.AnyTagClassName
{
color: #BF830B;
}
</style>
background-color css
<style>
a { background-color: #BF830B; }
a { background-color: rgb(191,131,11); }
div.DivClassName
{
background-color: #BF830B;
}
.BgClassName
{
background-color: #BF830B;
}
</style>
border-color css
<style>
span { border-color: #BF830B; }
span { border-color: rgb(191,131,11); }
td.TdClassName
{
border-color: #BF830B;
}
.TagClassName
{
border-color: #BF830B;
}
</style>