Shades of Nugget #BB8F22
Tints of Nugget #BB8F22
RGB
CMYK
RGB Variations
Color information
#BB8F22 (or 0xBB8F22) is known color: Nugget. HEX triplet: BB, 8F and 22. RGB value is (187,143,34). Sum of RGB (Red+Green+Blue) = 187+143+34=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F22 is #4470DD. Grayscale: #909090. Windows color (decimal): -4485342 or 2265019. OLE color: 2265019.
HSL color Cylindrical-coordinate representation of color #BB8F22: hue angle of 42.75º 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 #BB8F22 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 34 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.27 |
| HSL | 42.75º | 0.69% | 0.43% | - |
| HSV(B) | 42.75º | 0.82% | 0.73% | - |
| XYZ | 30.6 | 30.33 | 5.75 | - |
| YUV | 143.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 34 | 0 | 0.24 | 0.82 | 0.27 | 42.75 | 0.69 | 0.43 |
| Hex | BB | 8F | 22 | 0 | 18 | 52 | 1B | 2B | 45 | 2B |
| Octal | 273 | 217 | 42 | 0 | 30 | 122 | 33 | 53 | 105 | 53 |
| Binary | 10111011 | 10001111 | 100010 | 0 | 11000 | 1010010 | 11011 | 101011 | 1000101 | 101011 |
Color Harmonies of #BB8F22
Complementary color
Monochromatic Colors of #BB8F22
Black with #BB8F22
Text Example
Text Example
White with #BB8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F22; }
p { color: rgb(187,143,34); }
H1.HeaderClassName
{
color: #BB8F22;
}
.AnyTagClassName
{
color: #BB8F22;
}
</style>
background-color css
<style>
a { background-color: #BB8F22; }
a { background-color: rgb(187,143,34); }
div.DivClassName
{
background-color: #BB8F22;
}
.BgClassName
{
background-color: #BB8F22;
}
</style>
border-color css
<style>
span { border-color: #BB8F22; }
span { border-color: rgb(187,143,34); }
td.TdClassName
{
border-color: #BB8F22;
}
.TagClassName
{
border-color: #BB8F22;
}
</style>