Shades of Dark Goldenrod #BF851B
Tints of Dark Goldenrod #BF851B
RGB
CMYK
RGB Variations
Color information
#BF851B (or 0xBF851B) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 1B. RGB value is (191,133,27). Sum of RGB (Red+Green+Blue) = 191+133+27=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF851B is #407AE4. Grayscale: #8A8A8A. Windows color (decimal): -4225765 or 1803711. OLE color: 1803711.
HSL color Cylindrical-coordinate representation of color #BF851B: hue angle of 38.78º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF851B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.25 |
| HSL | 38.78º | 0.75% | 0.43% | - |
| HSV(B) | 38.78º | 0.86% | 0.75% | - |
| XYZ | 30.07 | 27.93 | 4.84 | - |
| YUV | 138.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 27 | 0 | 0.30 | 0.86 | 0.25 | 38.78 | 0.75 | 0.43 |
| Hex | BF | 85 | 1B | 0 | 1E | 56 | 19 | 27 | 4B | 2B |
| Octal | 277 | 205 | 33 | 0 | 36 | 126 | 31 | 47 | 113 | 53 |
| Binary | 10111111 | 10000101 | 11011 | 0 | 11110 | 1010110 | 11001 | 100111 | 1001011 | 101011 |
Color Harmonies of #BF851B
Complementary color
Monochromatic Colors of #BF851B
Black with #BF851B
Text Example
Text Example
White with #BF851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF851B; }
p { color: rgb(191,133,27); }
H1.HeaderClassName
{
color: #BF851B;
}
.AnyTagClassName
{
color: #BF851B;
}
</style>
background-color css
<style>
a { background-color: #BF851B; }
a { background-color: rgb(191,133,27); }
div.DivClassName
{
background-color: #BF851B;
}
.BgClassName
{
background-color: #BF851B;
}
</style>
border-color css
<style>
span { border-color: #BF851B; }
span { border-color: rgb(191,133,27); }
td.TdClassName
{
border-color: #BF851B;
}
.TagClassName
{
border-color: #BF851B;
}
</style>