Shades of Nugget #BF8C28
Tints of Nugget #BF8C28
RGB
CMYK
RGB Variations
Color information
#BF8C28 (or 0xBF8C28) is known color: Nugget. HEX triplet: BF, 8C and 28. RGB value is (191,140,40). Sum of RGB (Red+Green+Blue) = 191+140+40=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C28 is #4073D7. Grayscale: #909090. Windows color (decimal): -4223960 or 2657471. OLE color: 2657471.
HSL color Cylindrical-coordinate representation of color #BF8C28: hue angle of 39.74º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF8C28 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 40 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.25 |
| HSL | 39.74º | 0.65% | 0.45% | - |
| HSV(B) | 39.74º | 0.79% | 0.75% | - |
| XYZ | 31.25 | 29.99 | 6.15 | - |
| YUV | 143.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 40 | 0 | 0.27 | 0.79 | 0.25 | 39.74 | 0.65 | 0.45 |
| Hex | BF | 8C | 28 | 0 | 1B | 4F | 19 | 28 | 41 | 2D |
| Octal | 277 | 214 | 50 | 0 | 33 | 117 | 31 | 50 | 101 | 55 |
| Binary | 10111111 | 10001100 | 101000 | 0 | 11011 | 1001111 | 11001 | 101000 | 1000001 | 101101 |
Color Harmonies of #BF8C28
Complementary color
Monochromatic Colors of #BF8C28
Black with #BF8C28
Text Example
Text Example
White with #BF8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C28; }
p { color: rgb(191,140,40); }
H1.HeaderClassName
{
color: #BF8C28;
}
.AnyTagClassName
{
color: #BF8C28;
}
</style>
background-color css
<style>
a { background-color: #BF8C28; }
a { background-color: rgb(191,140,40); }
div.DivClassName
{
background-color: #BF8C28;
}
.BgClassName
{
background-color: #BF8C28;
}
</style>
border-color css
<style>
span { border-color: #BF8C28; }
span { border-color: rgb(191,140,40); }
td.TdClassName
{
border-color: #BF8C28;
}
.TagClassName
{
border-color: #BF8C28;
}
</style>