Shades of Nugget #BB942C
Tints of Nugget #BB942C
RGB
CMYK
RGB Variations
Color information
#BB942C (or 0xBB942C) is known color: Nugget. HEX triplet: BB, 94 and 2C. RGB value is (187,148,44). Sum of RGB (Red+Green+Blue) = 187+148+44=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942C is #446BD3. Grayscale: #949494. Windows color (decimal): -4484052 or 2921659. OLE color: 2921659.
HSL color Cylindrical-coordinate representation of color #BB942C: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB942C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 44 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.64º | 0.62% | 0.45% | - |
| HSV(B) | 43.64º | 0.76% | 0.73% | - |
| XYZ | 31.54 | 31.93 | 6.88 | - |
| YUV | 147.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 44 | 0 | 0.21 | 0.76 | 0.27 | 43.64 | 0.62 | 0.45 |
| Hex | BB | 94 | 2C | 0 | 15 | 4C | 1B | 2C | 3E | 2D |
| Octal | 273 | 224 | 54 | 0 | 25 | 114 | 33 | 54 | 76 | 55 |
| Binary | 10111011 | 10010100 | 101100 | 0 | 10101 | 1001100 | 11011 | 101100 | 111110 | 101101 |
Color Harmonies of #BB942C
Complementary color
Monochromatic Colors of #BB942C
Black with #BB942C
Text Example
Text Example
White with #BB942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB942C; }
p { color: rgb(187,148,44); }
H1.HeaderClassName
{
color: #BB942C;
}
.AnyTagClassName
{
color: #BB942C;
}
</style>
background-color css
<style>
a { background-color: #BB942C; }
a { background-color: rgb(187,148,44); }
div.DivClassName
{
background-color: #BB942C;
}
.BgClassName
{
background-color: #BB942C;
}
</style>
border-color css
<style>
span { border-color: #BB942C; }
span { border-color: rgb(187,148,44); }
td.TdClassName
{
border-color: #BB942C;
}
.TagClassName
{
border-color: #BB942C;
}
</style>