Shades of Nugget #BF8D27
Tints of Nugget #BF8D27
RGB
CMYK
RGB Variations
Color information
#BF8D27 (or 0xBF8D27) is known color: Nugget. HEX triplet: BF, 8D and 27. RGB value is (191,141,39). Sum of RGB (Red+Green+Blue) = 191+141+39=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D27 is #4072D8. Grayscale: #909090. Windows color (decimal): -4223705 or 2592191. OLE color: 2592191.
HSL color Cylindrical-coordinate representation of color #BF8D27: hue angle of 40.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8D27 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 39 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.25 |
| HSL | 40.26º | 0.66% | 0.45% | - |
| HSV(B) | 40.26º | 0.8% | 0.75% | - |
| XYZ | 31.38 | 30.27 | 6.11 | - |
| YUV | 144.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 39 | 0 | 0.26 | 0.80 | 0.25 | 40.26 | 0.66 | 0.45 |
| Hex | BF | 8D | 27 | 0 | 1A | 50 | 19 | 28 | 42 | 2D |
| Octal | 277 | 215 | 47 | 0 | 32 | 120 | 31 | 50 | 102 | 55 |
| Binary | 10111111 | 10001101 | 100111 | 0 | 11010 | 1010000 | 11001 | 101000 | 1000010 | 101101 |
Color Harmonies of #BF8D27
Complementary color
Monochromatic Colors of #BF8D27
Black with #BF8D27
Text Example
Text Example
White with #BF8D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D27; }
p { color: rgb(191,141,39); }
H1.HeaderClassName
{
color: #BF8D27;
}
.AnyTagClassName
{
color: #BF8D27;
}
</style>
background-color css
<style>
a { background-color: #BF8D27; }
a { background-color: rgb(191,141,39); }
div.DivClassName
{
background-color: #BF8D27;
}
.BgClassName
{
background-color: #BF8D27;
}
</style>
border-color css
<style>
span { border-color: #BF8D27; }
span { border-color: rgb(191,141,39); }
td.TdClassName
{
border-color: #BF8D27;
}
.TagClassName
{
border-color: #BF8D27;
}
</style>