Shades of Nugget #BB871C
Tints of Nugget #BB871C
RGB
CMYK
RGB Variations
Color information
#BB871C (or 0xBB871C) is known color: Nugget. HEX triplet: BB, 87 and 1C. RGB value is (187,135,28). Sum of RGB (Red+Green+Blue) = 187+135+28=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB871C is #4478E3. Grayscale: #8A8A8A. Windows color (decimal): -4487396 or 1869755. OLE color: 1869755.
HSL color Cylindrical-coordinate representation of color #BB871C: hue angle of 40.38º 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 #BB871C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.27 |
| HSL | 40.38º | 0.74% | 0.42% | - |
| HSV(B) | 40.38º | 0.85% | 0.73% | - |
| XYZ | 29.37 | 27.98 | 4.95 | - |
| YUV | 138.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 28 | 0 | 0.28 | 0.85 | 0.27 | 40.38 | 0.74 | 0.42 |
| Hex | BB | 87 | 1C | 0 | 1C | 55 | 1B | 28 | 4A | 2A |
| Octal | 273 | 207 | 34 | 0 | 34 | 125 | 33 | 50 | 112 | 52 |
| Binary | 10111011 | 10000111 | 11100 | 0 | 11100 | 1010101 | 11011 | 101000 | 1001010 | 101010 |
Color Harmonies of #BB871C
Complementary color
Monochromatic Colors of #BB871C
Black with #BB871C
Text Example
Text Example
White with #BB871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB871C; }
p { color: rgb(187,135,28); }
H1.HeaderClassName
{
color: #BB871C;
}
.AnyTagClassName
{
color: #BB871C;
}
</style>
background-color css
<style>
a { background-color: #BB871C; }
a { background-color: rgb(187,135,28); }
div.DivClassName
{
background-color: #BB871C;
}
.BgClassName
{
background-color: #BB871C;
}
</style>
border-color css
<style>
span { border-color: #BB871C; }
span { border-color: rgb(187,135,28); }
td.TdClassName
{
border-color: #BB871C;
}
.TagClassName
{
border-color: #BB871C;
}
</style>