Shades of Nugget #BB8F2B
Tints of Nugget #BB8F2B
RGB
CMYK
RGB Variations
Color information
#BB8F2B (or 0xBB8F2B) is known color: Nugget. HEX triplet: BB, 8F and 2B. RGB value is (187,143,43). Sum of RGB (Red+Green+Blue) = 187+143+43=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F2B is #4470D4. Grayscale: #919191. Windows color (decimal): -4485333 or 2854843. OLE color: 2854843.
HSL color Cylindrical-coordinate representation of color #BB8F2B: hue angle of 41.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB8F2B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 43 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.27 |
| HSL | 41.67º | 0.63% | 0.45% | - |
| HSV(B) | 41.67º | 0.77% | 0.73% | - |
| XYZ | 30.75 | 30.38 | 6.53 | - |
| YUV | 144.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 43 | 0 | 0.24 | 0.77 | 0.27 | 41.67 | 0.63 | 0.45 |
| Hex | BB | 8F | 2B | 0 | 18 | 4D | 1B | 2A | 3F | 2D |
| Octal | 273 | 217 | 53 | 0 | 30 | 115 | 33 | 52 | 77 | 55 |
| Binary | 10111011 | 10001111 | 101011 | 0 | 11000 | 1001101 | 11011 | 101010 | 111111 | 101101 |
Color Harmonies of #BB8F2B
Complementary color
Monochromatic Colors of #BB8F2B
Black with #BB8F2B
Text Example
Text Example
White with #BB8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F2B; }
p { color: rgb(187,143,43); }
H1.HeaderClassName
{
color: #BB8F2B;
}
.AnyTagClassName
{
color: #BB8F2B;
}
</style>
background-color css
<style>
a { background-color: #BB8F2B; }
a { background-color: rgb(187,143,43); }
div.DivClassName
{
background-color: #BB8F2B;
}
.BgClassName
{
background-color: #BB8F2B;
}
</style>
border-color css
<style>
span { border-color: #BB8F2B; }
span { border-color: rgb(187,143,43); }
td.TdClassName
{
border-color: #BB8F2B;
}
.TagClassName
{
border-color: #BB8F2B;
}
</style>