Shades of Nugget #BF902D
Tints of Nugget #BF902D
RGB
CMYK
RGB Variations
Color information
#BF902D (or 0xBF902D) is known color: Nugget. HEX triplet: BF, 90 and 2D. RGB value is (191,144,45). Sum of RGB (Red+Green+Blue) = 191+144+45=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF902D is #406FD2. Grayscale: #939393. Windows color (decimal): -4222931 or 2986175. OLE color: 2986175.
HSL color Cylindrical-coordinate representation of color #BF902D: hue angle of 40.68º 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 #BF902D is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 45 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.25 |
| HSL | 40.68º | 0.62% | 0.46% | - |
| HSV(B) | 40.68º | 0.76% | 0.75% | - |
| XYZ | 31.93 | 31.21 | 6.82 | - |
| YUV | 146.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 45 | 0 | 0.25 | 0.76 | 0.25 | 40.68 | 0.62 | 0.46 |
| Hex | BF | 90 | 2D | 0 | 19 | 4C | 19 | 29 | 3E | 2E |
| Octal | 277 | 220 | 55 | 0 | 31 | 114 | 31 | 51 | 76 | 56 |
| Binary | 10111111 | 10010000 | 101101 | 0 | 11001 | 1001100 | 11001 | 101001 | 111110 | 101110 |
Color Harmonies of #BF902D
Complementary color
Monochromatic Colors of #BF902D
Black with #BF902D
Text Example
Text Example
White with #BF902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF902D; }
p { color: rgb(191,144,45); }
H1.HeaderClassName
{
color: #BF902D;
}
.AnyTagClassName
{
color: #BF902D;
}
</style>
background-color css
<style>
a { background-color: #BF902D; }
a { background-color: rgb(191,144,45); }
div.DivClassName
{
background-color: #BF902D;
}
.BgClassName
{
background-color: #BF902D;
}
</style>
border-color css
<style>
span { border-color: #BF902D; }
span { border-color: rgb(191,144,45); }
td.TdClassName
{
border-color: #BF902D;
}
.TagClassName
{
border-color: #BF902D;
}
</style>