Shades of Nugget #BB891C
Tints of Nugget #BB891C
RGB
CMYK
RGB Variations
Color information
#BB891C (or 0xBB891C) is known color: Nugget. HEX triplet: BB, 89 and 1C. RGB value is (187,137,28). Sum of RGB (Red+Green+Blue) = 187+137+28=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB891C is #4476E3. Grayscale: #8C8C8C. Windows color (decimal): -4486884 or 1870267. OLE color: 1870267.
HSL color Cylindrical-coordinate representation of color #BB891C: hue angle of 41.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB891C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 28 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.27 |
| HSL | 41.13º | 0.74% | 0.42% | - |
| HSV(B) | 41.13º | 0.85% | 0.73% | - |
| XYZ | 29.65 | 28.54 | 5.04 | - |
| YUV | 139.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 28 | 0 | 0.27 | 0.85 | 0.27 | 41.13 | 0.74 | 0.42 |
| Hex | BB | 89 | 1C | 0 | 1B | 55 | 1B | 29 | 4A | 2A |
| Octal | 273 | 211 | 34 | 0 | 33 | 125 | 33 | 51 | 112 | 52 |
| Binary | 10111011 | 10001001 | 11100 | 0 | 11011 | 1010101 | 11011 | 101001 | 1001010 | 101010 |
Color Harmonies of #BB891C
Complementary color
Monochromatic Colors of #BB891C
Black with #BB891C
Text Example
Text Example
White with #BB891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB891C; }
p { color: rgb(187,137,28); }
H1.HeaderClassName
{
color: #BB891C;
}
.AnyTagClassName
{
color: #BB891C;
}
</style>
background-color css
<style>
a { background-color: #BB891C; }
a { background-color: rgb(187,137,28); }
div.DivClassName
{
background-color: #BB891C;
}
.BgClassName
{
background-color: #BB891C;
}
</style>
border-color css
<style>
span { border-color: #BB891C; }
span { border-color: rgb(187,137,28); }
td.TdClassName
{
border-color: #BB891C;
}
.TagClassName
{
border-color: #BB891C;
}
</style>