Shades of Nugget #BF902B
Tints of Nugget #BF902B
RGB
CMYK
RGB Variations
Color information
#BF902B (or 0xBF902B) is known color: Nugget. HEX triplet: BF, 90 and 2B. RGB value is (191,144,43). Sum of RGB (Red+Green+Blue) = 191+144+43=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF902B is #406FD4. Grayscale: #929292. Windows color (decimal): -4222933 or 2855103. OLE color: 2855103.
HSL color Cylindrical-coordinate representation of color #BF902B: hue angle of 40.95º 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 #BF902B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 43 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.25 |
| HSL | 40.95º | 0.63% | 0.46% | - |
| HSV(B) | 40.95º | 0.77% | 0.75% | - |
| XYZ | 31.9 | 31.2 | 6.63 | - |
| YUV | 146.54 | 69.57 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 43 | 0 | 0.25 | 0.77 | 0.25 | 40.95 | 0.63 | 0.46 |
| Hex | BF | 90 | 2B | 0 | 19 | 4D | 19 | 29 | 3F | 2E |
| Octal | 277 | 220 | 53 | 0 | 31 | 115 | 31 | 51 | 77 | 56 |
| Binary | 10111111 | 10010000 | 101011 | 0 | 11001 | 1001101 | 11001 | 101001 | 111111 | 101110 |
Color Harmonies of #BF902B
Complementary color
Monochromatic Colors of #BF902B
Black with #BF902B
Text Example
Text Example
White with #BF902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF902B; }
p { color: rgb(191,144,43); }
H1.HeaderClassName
{
color: #BF902B;
}
.AnyTagClassName
{
color: #BF902B;
}
</style>
background-color css
<style>
a { background-color: #BF902B; }
a { background-color: rgb(191,144,43); }
div.DivClassName
{
background-color: #BF902B;
}
.BgClassName
{
background-color: #BF902B;
}
</style>
border-color css
<style>
span { border-color: #BF902B; }
span { border-color: rgb(191,144,43); }
td.TdClassName
{
border-color: #BF902B;
}
.TagClassName
{
border-color: #BF902B;
}
</style>