Shades of Nugget #BB911F
Tints of Nugget #BB911F
RGB
CMYK
RGB Variations
Color information
#BB911F (or 0xBB911F) is known color: Nugget. HEX triplet: BB, 91 and 1F. RGB value is (187,145,31). Sum of RGB (Red+Green+Blue) = 187+145+31=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB911F is #446EE0. Grayscale: #919191. Windows color (decimal): -4484833 or 2068923. OLE color: 2068923.
HSL color Cylindrical-coordinate representation of color #BB911F: hue angle of 43.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB911F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 31 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.27 |
| HSL | 43.85º | 0.72% | 0.43% | - |
| HSV(B) | 43.85º | 0.83% | 0.73% | - |
| XYZ | 30.87 | 30.91 | 5.64 | - |
| YUV | 144.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 31 | 0 | 0.22 | 0.83 | 0.27 | 43.85 | 0.72 | 0.43 |
| Hex | BB | 91 | 1F | 0 | 16 | 53 | 1B | 2C | 48 | 2B |
| Octal | 273 | 221 | 37 | 0 | 26 | 123 | 33 | 54 | 110 | 53 |
| Binary | 10111011 | 10010001 | 11111 | 0 | 10110 | 1010011 | 11011 | 101100 | 1001000 | 101011 |
Color Harmonies of #BB911F
Complementary color
Monochromatic Colors of #BB911F
Black with #BB911F
Text Example
Text Example
White with #BB911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB911F; }
p { color: rgb(187,145,31); }
H1.HeaderClassName
{
color: #BB911F;
}
.AnyTagClassName
{
color: #BB911F;
}
</style>
background-color css
<style>
a { background-color: #BB911F; }
a { background-color: rgb(187,145,31); }
div.DivClassName
{
background-color: #BB911F;
}
.BgClassName
{
background-color: #BB911F;
}
</style>
border-color css
<style>
span { border-color: #BB911F; }
span { border-color: rgb(187,145,31); }
td.TdClassName
{
border-color: #BB911F;
}
.TagClassName
{
border-color: #BB911F;
}
</style>