Shades of Nugget #BB912B
Tints of Nugget #BB912B
RGB
CMYK
RGB Variations
Color information
#BB912B (or 0xBB912B) is known color: Nugget. HEX triplet: BB, 91 and 2B. RGB value is (187,145,43). Sum of RGB (Red+Green+Blue) = 187+145+43=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB912B is #446ED4. Grayscale: #929292. Windows color (decimal): -4484821 or 2855355. OLE color: 2855355.
HSL color Cylindrical-coordinate representation of color #BB912B: hue angle of 42.5º 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 #BB912B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 43 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.27 |
| HSL | 42.5º | 0.63% | 0.45% | - |
| HSV(B) | 42.5º | 0.77% | 0.73% | - |
| XYZ | 31.05 | 30.99 | 6.63 | - |
| YUV | 145.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 43 | 0 | 0.22 | 0.77 | 0.27 | 42.5 | 0.63 | 0.45 |
| Hex | BB | 91 | 2B | 0 | 16 | 4D | 1B | 2A | 3F | 2D |
| Octal | 273 | 221 | 53 | 0 | 26 | 115 | 33 | 52 | 77 | 55 |
| Binary | 10111011 | 10010001 | 101011 | 0 | 10110 | 1001101 | 11011 | 101010 | 111111 | 101101 |
Color Harmonies of #BB912B
Complementary color
Monochromatic Colors of #BB912B
Black with #BB912B
Text Example
Text Example
White with #BB912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB912B; }
p { color: rgb(187,145,43); }
H1.HeaderClassName
{
color: #BB912B;
}
.AnyTagClassName
{
color: #BB912B;
}
</style>
background-color css
<style>
a { background-color: #BB912B; }
a { background-color: rgb(187,145,43); }
div.DivClassName
{
background-color: #BB912B;
}
.BgClassName
{
background-color: #BB912B;
}
</style>
border-color css
<style>
span { border-color: #BB912B; }
span { border-color: rgb(187,145,43); }
td.TdClassName
{
border-color: #BB912B;
}
.TagClassName
{
border-color: #BB912B;
}
</style>