Shades of Nugget #BB942D
Tints of Nugget #BB942D
RGB
CMYK
RGB Variations
Color information
#BB942D (or 0xBB942D) is known color: Nugget. HEX triplet: BB, 94 and 2D. RGB value is (187,148,45). Sum of RGB (Red+Green+Blue) = 187+148+45=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942D is #446BD2. Grayscale: #949494. Windows color (decimal): -4484051 or 2987195. OLE color: 2987195.
HSL color Cylindrical-coordinate representation of color #BB942D: hue angle of 43.52º degrees, saturation: 0.61, 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 #BB942D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.52º | 0.61% | 0.45% | - |
| HSV(B) | 43.52º | 0.76% | 0.73% | - |
| XYZ | 31.56 | 31.93 | 6.98 | - |
| YUV | 147.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 45 | 0 | 0.21 | 0.76 | 0.27 | 43.52 | 0.61 | 0.45 |
| Hex | BB | 94 | 2D | 0 | 15 | 4C | 1B | 2C | 3D | 2D |
| Octal | 273 | 224 | 55 | 0 | 25 | 114 | 33 | 54 | 75 | 55 |
| Binary | 10111011 | 10010100 | 101101 | 0 | 10101 | 1001100 | 11011 | 101100 | 111101 | 101101 |
Color Harmonies of #BB942D
Complementary color
Monochromatic Colors of #BB942D
Black with #BB942D
Text Example
Text Example
White with #BB942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB942D; }
p { color: rgb(187,148,45); }
H1.HeaderClassName
{
color: #BB942D;
}
.AnyTagClassName
{
color: #BB942D;
}
</style>
background-color css
<style>
a { background-color: #BB942D; }
a { background-color: rgb(187,148,45); }
div.DivClassName
{
background-color: #BB942D;
}
.BgClassName
{
background-color: #BB942D;
}
</style>
border-color css
<style>
span { border-color: #BB942D; }
span { border-color: rgb(187,148,45); }
td.TdClassName
{
border-color: #BB942D;
}
.TagClassName
{
border-color: #BB942D;
}
</style>