Shades of Nugget #BB972A
Tints of Nugget #BB972A
RGB
CMYK
RGB Variations
Color information
#BB972A (or 0xBB972A) is known color: Nugget. HEX triplet: BB, 97 and 2A. RGB value is (187,151,42). Sum of RGB (Red+Green+Blue) = 187+151+42=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB972A is #4468D5. Grayscale: #959595. Windows color (decimal): -4483286 or 2791355. OLE color: 2791355.
HSL color Cylindrical-coordinate representation of color #BB972A: hue angle of 45.1º 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 #BB972A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 42 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.27 |
| HSL | 45.1º | 0.63% | 0.45% | - |
| HSV(B) | 45.1º | 0.78% | 0.73% | - |
| XYZ | 31.98 | 32.87 | 6.85 | - |
| YUV | 149.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 42 | 0 | 0.19 | 0.78 | 0.27 | 45.1 | 0.63 | 0.45 |
| Hex | BB | 97 | 2A | 0 | 13 | 4E | 1B | 2D | 3F | 2D |
| Octal | 273 | 227 | 52 | 0 | 23 | 116 | 33 | 55 | 77 | 55 |
| Binary | 10111011 | 10010111 | 101010 | 0 | 10011 | 1001110 | 11011 | 101101 | 111111 | 101101 |
Color Harmonies of #BB972A
Complementary color
Monochromatic Colors of #BB972A
Black with #BB972A
Text Example
Text Example
White with #BB972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB972A; }
p { color: rgb(187,151,42); }
H1.HeaderClassName
{
color: #BB972A;
}
.AnyTagClassName
{
color: #BB972A;
}
</style>
background-color css
<style>
a { background-color: #BB972A; }
a { background-color: rgb(187,151,42); }
div.DivClassName
{
background-color: #BB972A;
}
.BgClassName
{
background-color: #BB972A;
}
</style>
border-color css
<style>
span { border-color: #BB972A; }
span { border-color: rgb(187,151,42); }
td.TdClassName
{
border-color: #BB972A;
}
.TagClassName
{
border-color: #BB972A;
}
</style>