Shades of Nugget #BB8622
Tints of Nugget #BB8622
RGB
CMYK
RGB Variations
Color information
#BB8622 (or 0xBB8622) is known color: Nugget. HEX triplet: BB, 86 and 22. RGB value is (187,134,34). Sum of RGB (Red+Green+Blue) = 187+134+34=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8622 is #4479DD. Grayscale: #8A8A8A. Windows color (decimal): -4487646 or 2262715. OLE color: 2262715.
HSL color Cylindrical-coordinate representation of color #BB8622: hue angle of 39.22º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB8622 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 34 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.27 |
| HSL | 39.22º | 0.69% | 0.43% | - |
| HSV(B) | 39.22º | 0.82% | 0.73% | - |
| XYZ | 29.31 | 27.73 | 5.32 | - |
| YUV | 138.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 34 | 0 | 0.28 | 0.82 | 0.27 | 39.22 | 0.69 | 0.43 |
| Hex | BB | 86 | 22 | 0 | 1C | 52 | 1B | 27 | 45 | 2B |
| Octal | 273 | 206 | 42 | 0 | 34 | 122 | 33 | 47 | 105 | 53 |
| Binary | 10111011 | 10000110 | 100010 | 0 | 11100 | 1010010 | 11011 | 100111 | 1000101 | 101011 |
Color Harmonies of #BB8622
Complementary color
Monochromatic Colors of #BB8622
Black with #BB8622
Text Example
Text Example
White with #BB8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8622; }
p { color: rgb(187,134,34); }
H1.HeaderClassName
{
color: #BB8622;
}
.AnyTagClassName
{
color: #BB8622;
}
</style>
background-color css
<style>
a { background-color: #BB8622; }
a { background-color: rgb(187,134,34); }
div.DivClassName
{
background-color: #BB8622;
}
.BgClassName
{
background-color: #BB8622;
}
</style>
border-color css
<style>
span { border-color: #BB8622; }
span { border-color: rgb(187,134,34); }
td.TdClassName
{
border-color: #BB8622;
}
.TagClassName
{
border-color: #BB8622;
}
</style>