Shades of Nugget #BB881F
Tints of Nugget #BB881F
RGB
CMYK
RGB Variations
Color information
#BB881F (or 0xBB881F) is known color: Nugget. HEX triplet: BB, 88 and 1F. RGB value is (187,136,31). Sum of RGB (Red+Green+Blue) = 187+136+31=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB881F is #4477E0. Grayscale: #8B8B8B. Windows color (decimal): -4487137 or 2066619. OLE color: 2066619.
HSL color Cylindrical-coordinate representation of color #BB881F: hue angle of 40.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB881F is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 31 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.27 |
| HSL | 40.38º | 0.72% | 0.43% | - |
| HSV(B) | 40.38º | 0.83% | 0.73% | - |
| XYZ | 29.55 | 28.27 | 5.2 | - |
| YUV | 139.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 31 | 0 | 0.27 | 0.83 | 0.27 | 40.38 | 0.72 | 0.43 |
| Hex | BB | 88 | 1F | 0 | 1B | 53 | 1B | 28 | 48 | 2B |
| Octal | 273 | 210 | 37 | 0 | 33 | 123 | 33 | 50 | 110 | 53 |
| Binary | 10111011 | 10001000 | 11111 | 0 | 11011 | 1010011 | 11011 | 101000 | 1001000 | 101011 |
Color Harmonies of #BB881F
Complementary color
Monochromatic Colors of #BB881F
Black with #BB881F
Text Example
Text Example
White with #BB881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB881F; }
p { color: rgb(187,136,31); }
H1.HeaderClassName
{
color: #BB881F;
}
.AnyTagClassName
{
color: #BB881F;
}
</style>
background-color css
<style>
a { background-color: #BB881F; }
a { background-color: rgb(187,136,31); }
div.DivClassName
{
background-color: #BB881F;
}
.BgClassName
{
background-color: #BB881F;
}
</style>
border-color css
<style>
span { border-color: #BB881F; }
span { border-color: rgb(187,136,31); }
td.TdClassName
{
border-color: #BB881F;
}
.TagClassName
{
border-color: #BB881F;
}
</style>