Shades of Nugget #BB8722
Tints of Nugget #BB8722
RGB
CMYK
RGB Variations
Color information
#BB8722 (or 0xBB8722) is known color: Nugget. HEX triplet: BB, 87 and 22. RGB value is (187,135,34). Sum of RGB (Red+Green+Blue) = 187+135+34=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8722 is #4478DD. Grayscale: #8B8B8B. Windows color (decimal): -4487390 or 2262971. OLE color: 2262971.
HSL color Cylindrical-coordinate representation of color #BB8722: hue angle of 39.61º 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 #BB8722 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 34 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.27 |
| HSL | 39.61º | 0.69% | 0.43% | - |
| HSV(B) | 39.61º | 0.82% | 0.73% | - |
| XYZ | 29.45 | 28.01 | 5.37 | - |
| YUV | 139.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 34 | 0 | 0.28 | 0.82 | 0.27 | 39.61 | 0.69 | 0.43 |
| Hex | BB | 87 | 22 | 0 | 1C | 52 | 1B | 28 | 45 | 2B |
| Octal | 273 | 207 | 42 | 0 | 34 | 122 | 33 | 50 | 105 | 53 |
| Binary | 10111011 | 10000111 | 100010 | 0 | 11100 | 1010010 | 11011 | 101000 | 1000101 | 101011 |
Color Harmonies of #BB8722
Complementary color
Monochromatic Colors of #BB8722
Black with #BB8722
Text Example
Text Example
White with #BB8722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8722; }
p { color: rgb(187,135,34); }
H1.HeaderClassName
{
color: #BB8722;
}
.AnyTagClassName
{
color: #BB8722;
}
</style>
background-color css
<style>
a { background-color: #BB8722; }
a { background-color: rgb(187,135,34); }
div.DivClassName
{
background-color: #BB8722;
}
.BgClassName
{
background-color: #BB8722;
}
</style>
border-color css
<style>
span { border-color: #BB8722; }
span { border-color: rgb(187,135,34); }
td.TdClassName
{
border-color: #BB8722;
}
.TagClassName
{
border-color: #BB8722;
}
</style>