Shades of Nugget #BB861E
Tints of Nugget #BB861E
RGB
CMYK
RGB Variations
Color information
#BB861E (or 0xBB861E) is known color: Nugget. HEX triplet: BB, 86 and 1E. RGB value is (187,134,30). Sum of RGB (Red+Green+Blue) = 187+134+30=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB861E is #4479E1. Grayscale: #8A8A8A. Windows color (decimal): -4487650 or 2000571. OLE color: 2000571.
HSL color Cylindrical-coordinate representation of color #BB861E: hue angle of 39.75º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB861E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.27 |
| HSL | 39.75º | 0.72% | 0.43% | - |
| HSV(B) | 39.75º | 0.84% | 0.73% | - |
| XYZ | 29.25 | 27.71 | 5.03 | - |
| YUV | 137.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 30 | 0 | 0.28 | 0.84 | 0.27 | 39.75 | 0.72 | 0.43 |
| Hex | BB | 86 | 1E | 0 | 1C | 54 | 1B | 28 | 48 | 2B |
| Octal | 273 | 206 | 36 | 0 | 34 | 124 | 33 | 50 | 110 | 53 |
| Binary | 10111011 | 10000110 | 11110 | 0 | 11100 | 1010100 | 11011 | 101000 | 1001000 | 101011 |
Color Harmonies of #BB861E
Complementary color
Monochromatic Colors of #BB861E
Black with #BB861E
Text Example
Text Example
White with #BB861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB861E; }
p { color: rgb(187,134,30); }
H1.HeaderClassName
{
color: #BB861E;
}
.AnyTagClassName
{
color: #BB861E;
}
</style>
background-color css
<style>
a { background-color: #BB861E; }
a { background-color: rgb(187,134,30); }
div.DivClassName
{
background-color: #BB861E;
}
.BgClassName
{
background-color: #BB861E;
}
</style>
border-color css
<style>
span { border-color: #BB861E; }
span { border-color: rgb(187,134,30); }
td.TdClassName
{
border-color: #BB861E;
}
.TagClassName
{
border-color: #BB861E;
}
</style>