Shades of Nugget #BB912D
Tints of Nugget #BB912D
RGB
CMYK
RGB Variations
Color information
#BB912D (or 0xBB912D) is known color: Nugget. HEX triplet: BB, 91 and 2D. RGB value is (187,145,45). Sum of RGB (Red+Green+Blue) = 187+145+45=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB912D is #446ED2. Grayscale: #929292. Windows color (decimal): -4484819 or 2986427. OLE color: 2986427.
HSL color Cylindrical-coordinate representation of color #BB912D: hue angle of 42.25º 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 #BB912D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.27 |
| HSL | 42.25º | 0.61% | 0.45% | - |
| HSV(B) | 42.25º | 0.76% | 0.73% | - |
| XYZ | 31.09 | 31.01 | 6.83 | - |
| YUV | 146.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 45 | 0 | 0.22 | 0.76 | 0.27 | 42.25 | 0.61 | 0.45 |
| Hex | BB | 91 | 2D | 0 | 16 | 4C | 1B | 2A | 3D | 2D |
| Octal | 273 | 221 | 55 | 0 | 26 | 114 | 33 | 52 | 75 | 55 |
| Binary | 10111011 | 10010001 | 101101 | 0 | 10110 | 1001100 | 11011 | 101010 | 111101 | 101101 |
Color Harmonies of #BB912D
Complementary color
Monochromatic Colors of #BB912D
Black with #BB912D
Text Example
Text Example
White with #BB912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB912D; }
p { color: rgb(187,145,45); }
H1.HeaderClassName
{
color: #BB912D;
}
.AnyTagClassName
{
color: #BB912D;
}
</style>
background-color css
<style>
a { background-color: #BB912D; }
a { background-color: rgb(187,145,45); }
div.DivClassName
{
background-color: #BB912D;
}
.BgClassName
{
background-color: #BB912D;
}
</style>
border-color css
<style>
span { border-color: #BB912D; }
span { border-color: rgb(187,145,45); }
td.TdClassName
{
border-color: #BB912D;
}
.TagClassName
{
border-color: #BB912D;
}
</style>