Shades of Nugget #BF952D
Tints of Nugget #BF952D
RGB
CMYK
RGB Variations
Color information
#BF952D (or 0xBF952D) is known color: Nugget. HEX triplet: BF, 95 and 2D. RGB value is (191,149,45). Sum of RGB (Red+Green+Blue) = 191+149+45=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF952D is #406AD2. Grayscale: #969696. Windows color (decimal): -4221651 or 2987455. OLE color: 2987455.
HSL color Cylindrical-coordinate representation of color #BF952D: hue angle of 42.74º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF952D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.25 |
| HSL | 42.74º | 0.62% | 0.46% | - |
| HSV(B) | 42.74º | 0.76% | 0.75% | - |
| XYZ | 32.71 | 32.76 | 7.08 | - |
| YUV | 149.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 45 | 0 | 0.22 | 0.76 | 0.25 | 42.74 | 0.62 | 0.46 |
| Hex | BF | 95 | 2D | 0 | 16 | 4C | 19 | 2B | 3E | 2E |
| Octal | 277 | 225 | 55 | 0 | 26 | 114 | 31 | 53 | 76 | 56 |
| Binary | 10111111 | 10010101 | 101101 | 0 | 10110 | 1001100 | 11001 | 101011 | 111110 | 101110 |
Color Harmonies of #BF952D
Complementary color
Monochromatic Colors of #BF952D
Black with #BF952D
Text Example
Text Example
White with #BF952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF952D; }
p { color: rgb(191,149,45); }
H1.HeaderClassName
{
color: #BF952D;
}
.AnyTagClassName
{
color: #BF952D;
}
</style>
background-color css
<style>
a { background-color: #BF952D; }
a { background-color: rgb(191,149,45); }
div.DivClassName
{
background-color: #BF952D;
}
.BgClassName
{
background-color: #BF952D;
}
</style>
border-color css
<style>
span { border-color: #BF952D; }
span { border-color: rgb(191,149,45); }
td.TdClassName
{
border-color: #BF952D;
}
.TagClassName
{
border-color: #BF952D;
}
</style>