Shades of Nugget #BF871E
Tints of Nugget #BF871E
RGB
CMYK
RGB Variations
Color information
#BF871E (or 0xBF871E) is known color: Nugget. HEX triplet: BF, 87 and 1E. RGB value is (191,135,30). Sum of RGB (Red+Green+Blue) = 191+135+30=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF871E is #4078E1. Grayscale: #8C8C8C. Windows color (decimal): -4225250 or 2000831. OLE color: 2000831.
HSL color Cylindrical-coordinate representation of color #BF871E: hue angle of 39.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF871E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 30 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.25 |
| HSL | 39.13º | 0.73% | 0.43% | - |
| HSV(B) | 39.13º | 0.84% | 0.75% | - |
| XYZ | 30.38 | 28.5 | 5.13 | - |
| YUV | 139.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 30 | 0 | 0.29 | 0.84 | 0.25 | 39.13 | 0.73 | 0.43 |
| Hex | BF | 87 | 1E | 0 | 1D | 54 | 19 | 27 | 49 | 2B |
| Octal | 277 | 207 | 36 | 0 | 35 | 124 | 31 | 47 | 111 | 53 |
| Binary | 10111111 | 10000111 | 11110 | 0 | 11101 | 1010100 | 11001 | 100111 | 1001001 | 101011 |
Color Harmonies of #BF871E
Complementary color
Monochromatic Colors of #BF871E
Black with #BF871E
Text Example
Text Example
White with #BF871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF871E; }
p { color: rgb(191,135,30); }
H1.HeaderClassName
{
color: #BF871E;
}
.AnyTagClassName
{
color: #BF871E;
}
</style>
background-color css
<style>
a { background-color: #BF871E; }
a { background-color: rgb(191,135,30); }
div.DivClassName
{
background-color: #BF871E;
}
.BgClassName
{
background-color: #BF871E;
}
</style>
border-color css
<style>
span { border-color: #BF871E; }
span { border-color: rgb(191,135,30); }
td.TdClassName
{
border-color: #BF871E;
}
.TagClassName
{
border-color: #BF871E;
}
</style>