Shades of Nugget #BB841E
Tints of Nugget #BB841E
RGB
CMYK
RGB Variations
Color information
#BB841E (or 0xBB841E) is known color: Nugget. HEX triplet: BB, 84 and 1E. RGB value is (187,132,30). Sum of RGB (Red+Green+Blue) = 187+132+30=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB841E is #447BE1. Grayscale: #898989. Windows color (decimal): -4488162 or 2000059. OLE color: 2000059.
HSL color Cylindrical-coordinate representation of color #BB841E: hue angle of 38.98º 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 #BB841E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 30 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.27 |
| HSL | 38.98º | 0.72% | 0.43% | - |
| HSV(B) | 38.98º | 0.84% | 0.73% | - |
| XYZ | 28.98 | 27.16 | 4.94 | - |
| YUV | 136.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 30 | 0 | 0.29 | 0.84 | 0.27 | 38.98 | 0.72 | 0.43 |
| Hex | BB | 84 | 1E | 0 | 1D | 54 | 1B | 27 | 48 | 2B |
| Octal | 273 | 204 | 36 | 0 | 35 | 124 | 33 | 47 | 110 | 53 |
| Binary | 10111011 | 10000100 | 11110 | 0 | 11101 | 1010100 | 11011 | 100111 | 1001000 | 101011 |
Color Harmonies of #BB841E
Complementary color
Monochromatic Colors of #BB841E
Black with #BB841E
Text Example
Text Example
White with #BB841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB841E; }
p { color: rgb(187,132,30); }
H1.HeaderClassName
{
color: #BB841E;
}
.AnyTagClassName
{
color: #BB841E;
}
</style>
background-color css
<style>
a { background-color: #BB841E; }
a { background-color: rgb(187,132,30); }
div.DivClassName
{
background-color: #BB841E;
}
.BgClassName
{
background-color: #BB841E;
}
</style>
border-color css
<style>
span { border-color: #BB841E; }
span { border-color: rgb(187,132,30); }
td.TdClassName
{
border-color: #BB841E;
}
.TagClassName
{
border-color: #BB841E;
}
</style>