Shades of Nugget #BB871D
Tints of Nugget #BB871D
RGB
CMYK
RGB Variations
Color information
#BB871D (or 0xBB871D) is known color: Nugget. HEX triplet: BB, 87 and 1D. RGB value is (187,135,29). Sum of RGB (Red+Green+Blue) = 187+135+29=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB871D is #4478E2. Grayscale: #8A8A8A. Windows color (decimal): -4487395 or 1935291. OLE color: 1935291.
HSL color Cylindrical-coordinate representation of color #BB871D: hue angle of 40.25º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB871D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.27 |
| HSL | 40.25º | 0.73% | 0.42% | - |
| HSV(B) | 40.25º | 0.84% | 0.73% | - |
| XYZ | 29.38 | 27.98 | 5.01 | - |
| YUV | 138.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 29 | 0 | 0.28 | 0.84 | 0.27 | 40.25 | 0.73 | 0.42 |
| Hex | BB | 87 | 1D | 0 | 1C | 54 | 1B | 28 | 49 | 2A |
| Octal | 273 | 207 | 35 | 0 | 34 | 124 | 33 | 50 | 111 | 52 |
| Binary | 10111011 | 10000111 | 11101 | 0 | 11100 | 1010100 | 11011 | 101000 | 1001001 | 101010 |
Color Harmonies of #BB871D
Complementary color
Monochromatic Colors of #BB871D
Black with #BB871D
Text Example
Text Example
White with #BB871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB871D; }
p { color: rgb(187,135,29); }
H1.HeaderClassName
{
color: #BB871D;
}
.AnyTagClassName
{
color: #BB871D;
}
</style>
background-color css
<style>
a { background-color: #BB871D; }
a { background-color: rgb(187,135,29); }
div.DivClassName
{
background-color: #BB871D;
}
.BgClassName
{
background-color: #BB871D;
}
</style>
border-color css
<style>
span { border-color: #BB871D; }
span { border-color: rgb(187,135,29); }
td.TdClassName
{
border-color: #BB871D;
}
.TagClassName
{
border-color: #BB871D;
}
</style>