Shades of Nugget #BB942B
Tints of Nugget #BB942B
RGB
CMYK
RGB Variations
Color information
#BB942B (or 0xBB942B) is known color: Nugget. HEX triplet: BB, 94 and 2B. RGB value is (187,148,43). Sum of RGB (Red+Green+Blue) = 187+148+43=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942B is #446BD4. Grayscale: #949494. Windows color (decimal): -4484053 or 2856123. OLE color: 2856123.
HSL color Cylindrical-coordinate representation of color #BB942B: hue angle of 43.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB942B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 43 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.27 |
| HSL | 43.75º | 0.63% | 0.45% | - |
| HSV(B) | 43.75º | 0.77% | 0.73% | - |
| XYZ | 31.52 | 31.92 | 6.79 | - |
| YUV | 147.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 43 | 0 | 0.21 | 0.77 | 0.27 | 43.75 | 0.63 | 0.45 |
| Hex | BB | 94 | 2B | 0 | 15 | 4D | 1B | 2C | 3F | 2D |
| Octal | 273 | 224 | 53 | 0 | 25 | 115 | 33 | 54 | 77 | 55 |
| Binary | 10111011 | 10010100 | 101011 | 0 | 10101 | 1001101 | 11011 | 101100 | 111111 | 101101 |
Color Harmonies of #BB942B
Complementary color
Monochromatic Colors of #BB942B
Black with #BB942B
Text Example
Text Example
White with #BB942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB942B; }
p { color: rgb(187,148,43); }
H1.HeaderClassName
{
color: #BB942B;
}
.AnyTagClassName
{
color: #BB942B;
}
</style>
background-color css
<style>
a { background-color: #BB942B; }
a { background-color: rgb(187,148,43); }
div.DivClassName
{
background-color: #BB942B;
}
.BgClassName
{
background-color: #BB942B;
}
</style>
border-color css
<style>
span { border-color: #BB942B; }
span { border-color: rgb(187,148,43); }
td.TdClassName
{
border-color: #BB942B;
}
.TagClassName
{
border-color: #BB942B;
}
</style>