Shades of Nugget #BF871D
Tints of Nugget #BF871D
RGB
CMYK
RGB Variations
Color information
#BF871D (or 0xBF871D) is known color: Nugget. HEX triplet: BF, 87 and 1D. RGB value is (191,135,29). Sum of RGB (Red+Green+Blue) = 191+135+29=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF871D is #4078E2. Grayscale: #8C8C8C. Windows color (decimal): -4225251 or 1935295. OLE color: 1935295.
HSL color Cylindrical-coordinate representation of color #BF871D: hue angle of 39.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF871D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 29 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.25 |
| HSL | 39.26º | 0.74% | 0.43% | - |
| HSV(B) | 39.26º | 0.85% | 0.75% | - |
| XYZ | 30.37 | 28.49 | 5.06 | - |
| YUV | 139.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 29 | 0 | 0.29 | 0.85 | 0.25 | 39.26 | 0.74 | 0.43 |
| Hex | BF | 87 | 1D | 0 | 1D | 55 | 19 | 27 | 4A | 2B |
| Octal | 277 | 207 | 35 | 0 | 35 | 125 | 31 | 47 | 112 | 53 |
| Binary | 10111111 | 10000111 | 11101 | 0 | 11101 | 1010101 | 11001 | 100111 | 1001010 | 101011 |
Color Harmonies of #BF871D
Complementary color
Monochromatic Colors of #BF871D
Black with #BF871D
Text Example
Text Example
White with #BF871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF871D; }
p { color: rgb(191,135,29); }
H1.HeaderClassName
{
color: #BF871D;
}
.AnyTagClassName
{
color: #BF871D;
}
</style>
background-color css
<style>
a { background-color: #BF871D; }
a { background-color: rgb(191,135,29); }
div.DivClassName
{
background-color: #BF871D;
}
.BgClassName
{
background-color: #BF871D;
}
</style>
border-color css
<style>
span { border-color: #BF871D; }
span { border-color: rgb(191,135,29); }
td.TdClassName
{
border-color: #BF871D;
}
.TagClassName
{
border-color: #BF871D;
}
</style>