Shades of Nugget #B1902C
Tints of Nugget #B1902C
RGB
CMYK
RGB Variations
Color information
#B1902C (or 0xB1902C) is known color: Nugget. HEX triplet: B1, 90 and 2C. RGB value is (177,144,44). Sum of RGB (Red+Green+Blue) = 177+144+44=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1902C is #4E6FD3. Grayscale: #8E8E8E. Windows color (decimal): -5140436 or 2920625. OLE color: 2920625.
HSL color Cylindrical-coordinate representation of color #B1902C: hue angle of 45.11º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1902C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 44 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.31 |
| HSL | 45.11º | 0.6% | 0.43% | - |
| HSV(B) | 45.11º | 0.75% | 0.69% | - |
| XYZ | 28.56 | 29.48 | 6.57 | - |
| YUV | 142.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 44 | 0 | 0.19 | 0.75 | 0.31 | 45.11 | 0.6 | 0.43 |
| Hex | B1 | 90 | 2C | 0 | 13 | 4B | 1F | 2D | 3C | 2B |
| Octal | 261 | 220 | 54 | 0 | 23 | 113 | 37 | 55 | 74 | 53 |
| Binary | 10110001 | 10010000 | 101100 | 0 | 10011 | 1001011 | 11111 | 101101 | 111100 | 101011 |
Color Harmonies of #B1902C
Complementary color
Monochromatic Colors of #B1902C
Black with #B1902C
Text Example
Text Example
White with #B1902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1902C; }
p { color: rgb(177,144,44); }
H1.HeaderClassName
{
color: #B1902C;
}
.AnyTagClassName
{
color: #B1902C;
}
</style>
background-color css
<style>
a { background-color: #B1902C; }
a { background-color: rgb(177,144,44); }
div.DivClassName
{
background-color: #B1902C;
}
.BgClassName
{
background-color: #B1902C;
}
</style>
border-color css
<style>
span { border-color: #B1902C; }
span { border-color: rgb(177,144,44); }
td.TdClassName
{
border-color: #B1902C;
}
.TagClassName
{
border-color: #B1902C;
}
</style>