Shades of Nugget #BB881C
Tints of Nugget #BB881C
RGB
CMYK
RGB Variations
Color information
#BB881C (or 0xBB881C) is known color: Nugget. HEX triplet: BB, 88 and 1C. RGB value is (187,136,28). Sum of RGB (Red+Green+Blue) = 187+136+28=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB881C is #4477E3. Grayscale: #8B8B8B. Windows color (decimal): -4487140 or 1870011. OLE color: 1870011.
HSL color Cylindrical-coordinate representation of color #BB881C: hue angle of 40.75º 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 #BB881C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 28 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.27 |
| HSL | 40.75º | 0.74% | 0.42% | - |
| HSV(B) | 40.75º | 0.85% | 0.73% | - |
| XYZ | 29.51 | 28.26 | 5 | - |
| YUV | 138.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 28 | 0 | 0.27 | 0.85 | 0.27 | 40.75 | 0.74 | 0.42 |
| Hex | BB | 88 | 1C | 0 | 1B | 55 | 1B | 29 | 4A | 2A |
| Octal | 273 | 210 | 34 | 0 | 33 | 125 | 33 | 51 | 112 | 52 |
| Binary | 10111011 | 10001000 | 11100 | 0 | 11011 | 1010101 | 11011 | 101001 | 1001010 | 101010 |
Color Harmonies of #BB881C
Complementary color
Monochromatic Colors of #BB881C
Black with #BB881C
Text Example
Text Example
White with #BB881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB881C; }
p { color: rgb(187,136,28); }
H1.HeaderClassName
{
color: #BB881C;
}
.AnyTagClassName
{
color: #BB881C;
}
</style>
background-color css
<style>
a { background-color: #BB881C; }
a { background-color: rgb(187,136,28); }
div.DivClassName
{
background-color: #BB881C;
}
.BgClassName
{
background-color: #BB881C;
}
</style>
border-color css
<style>
span { border-color: #BB881C; }
span { border-color: rgb(187,136,28); }
td.TdClassName
{
border-color: #BB881C;
}
.TagClassName
{
border-color: #BB881C;
}
</style>