Shades of Nugget #BF871C
Tints of Nugget #BF871C
RGB
CMYK
RGB Variations
Color information
#BF871C (or 0xBF871C) is known color: Nugget. HEX triplet: BF, 87 and 1C. RGB value is (191,135,28). Sum of RGB (Red+Green+Blue) = 191+135+28=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF871C is #4078E3. Grayscale: #8C8C8C. Windows color (decimal): -4225252 or 1869759. OLE color: 1869759.
HSL color Cylindrical-coordinate representation of color #BF871C: hue angle of 39.39º 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 #BF871C is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 28 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.25 |
| HSL | 39.39º | 0.74% | 0.43% | - |
| HSV(B) | 39.39º | 0.85% | 0.75% | - |
| XYZ | 30.36 | 28.49 | 5 | - |
| YUV | 139.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 28 | 0 | 0.29 | 0.85 | 0.25 | 39.39 | 0.74 | 0.43 |
| Hex | BF | 87 | 1C | 0 | 1D | 55 | 19 | 27 | 4A | 2B |
| Octal | 277 | 207 | 34 | 0 | 35 | 125 | 31 | 47 | 112 | 53 |
| Binary | 10111111 | 10000111 | 11100 | 0 | 11101 | 1010101 | 11001 | 100111 | 1001010 | 101011 |
Color Harmonies of #BF871C
Complementary color
Monochromatic Colors of #BF871C
Black with #BF871C
Text Example
Text Example
White with #BF871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF871C; }
p { color: rgb(191,135,28); }
H1.HeaderClassName
{
color: #BF871C;
}
.AnyTagClassName
{
color: #BF871C;
}
</style>
background-color css
<style>
a { background-color: #BF871C; }
a { background-color: rgb(191,135,28); }
div.DivClassName
{
background-color: #BF871C;
}
.BgClassName
{
background-color: #BF871C;
}
</style>
border-color css
<style>
span { border-color: #BF871C; }
span { border-color: rgb(191,135,28); }
td.TdClassName
{
border-color: #BF871C;
}
.TagClassName
{
border-color: #BF871C;
}
</style>