Shades of Nugget #BB942A
Tints of Nugget #BB942A
RGB
CMYK
RGB Variations
Color information
#BB942A (or 0xBB942A) is known color: Nugget. HEX triplet: BB, 94 and 2A. RGB value is (187,148,42). Sum of RGB (Red+Green+Blue) = 187+148+42=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942A is #446BD5. Grayscale: #949494. Windows color (decimal): -4484054 or 2790587. OLE color: 2790587.
HSL color Cylindrical-coordinate representation of color #BB942A: hue angle of 43.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB942A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 42 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.27 |
| HSL | 43.86º | 0.63% | 0.45% | - |
| HSV(B) | 43.86º | 0.78% | 0.73% | - |
| XYZ | 31.5 | 31.91 | 6.69 | - |
| YUV | 147.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 42 | 0 | 0.21 | 0.78 | 0.27 | 43.86 | 0.63 | 0.45 |
| Hex | BB | 94 | 2A | 0 | 15 | 4E | 1B | 2C | 3F | 2D |
| Octal | 273 | 224 | 52 | 0 | 25 | 116 | 33 | 54 | 77 | 55 |
| Binary | 10111011 | 10010100 | 101010 | 0 | 10101 | 1001110 | 11011 | 101100 | 111111 | 101101 |
Color Harmonies of #BB942A
Complementary color
Monochromatic Colors of #BB942A
Black with #BB942A
Text Example
Text Example
White with #BB942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB942A; }
p { color: rgb(187,148,42); }
H1.HeaderClassName
{
color: #BB942A;
}
.AnyTagClassName
{
color: #BB942A;
}
</style>
background-color css
<style>
a { background-color: #BB942A; }
a { background-color: rgb(187,148,42); }
div.DivClassName
{
background-color: #BB942A;
}
.BgClassName
{
background-color: #BB942A;
}
</style>
border-color css
<style>
span { border-color: #BB942A; }
span { border-color: rgb(187,148,42); }
td.TdClassName
{
border-color: #BB942A;
}
.TagClassName
{
border-color: #BB942A;
}
</style>