Shades of Nugget #BF952B
Tints of Nugget #BF952B
RGB
CMYK
RGB Variations
Color information
#BF952B (or 0xBF952B) is known color: Nugget. HEX triplet: BF, 95 and 2B. RGB value is (191,149,43). Sum of RGB (Red+Green+Blue) = 191+149+43=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF952B is #406AD4. Grayscale: #959595. Windows color (decimal): -4221653 or 2856383. OLE color: 2856383.
HSL color Cylindrical-coordinate representation of color #BF952B: hue angle of 42.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF952B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 43 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.25 |
| HSL | 42.97º | 0.63% | 0.46% | - |
| HSV(B) | 42.97º | 0.77% | 0.75% | - |
| XYZ | 32.67 | 32.75 | 6.88 | - |
| YUV | 149.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 43 | 0 | 0.22 | 0.77 | 0.25 | 42.97 | 0.63 | 0.46 |
| Hex | BF | 95 | 2B | 0 | 16 | 4D | 19 | 2B | 3F | 2E |
| Octal | 277 | 225 | 53 | 0 | 26 | 115 | 31 | 53 | 77 | 56 |
| Binary | 10111111 | 10010101 | 101011 | 0 | 10110 | 1001101 | 11001 | 101011 | 111111 | 101110 |
Color Harmonies of #BF952B
Complementary color
Monochromatic Colors of #BF952B
Black with #BF952B
Text Example
Text Example
White with #BF952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF952B; }
p { color: rgb(191,149,43); }
H1.HeaderClassName
{
color: #BF952B;
}
.AnyTagClassName
{
color: #BF952B;
}
</style>
background-color css
<style>
a { background-color: #BF952B; }
a { background-color: rgb(191,149,43); }
div.DivClassName
{
background-color: #BF952B;
}
.BgClassName
{
background-color: #BF952B;
}
</style>
border-color css
<style>
span { border-color: #BF952B; }
span { border-color: rgb(191,149,43); }
td.TdClassName
{
border-color: #BF952B;
}
.TagClassName
{
border-color: #BF952B;
}
</style>