Shades of Nugget #BB8E29
Tints of Nugget #BB8E29
RGB
CMYK
RGB Variations
Color information
#BB8E29 (or 0xBB8E29) is known color: Nugget. HEX triplet: BB, 8E and 29. RGB value is (187,142,41). Sum of RGB (Red+Green+Blue) = 187+142+41=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E29 is #4471D6. Grayscale: #909090. Windows color (decimal): -4485591 or 2723515. OLE color: 2723515.
HSL color Cylindrical-coordinate representation of color #BB8E29: hue angle of 41.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB8E29 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 41 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.27 |
| HSL | 41.51º | 0.64% | 0.45% | - |
| HSV(B) | 41.51º | 0.78% | 0.73% | - |
| XYZ | 30.57 | 30.07 | 6.29 | - |
| YUV | 143.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 41 | 0 | 0.24 | 0.78 | 0.27 | 41.51 | 0.64 | 0.45 |
| Hex | BB | 8E | 29 | 0 | 18 | 4E | 1B | 2A | 40 | 2D |
| Octal | 273 | 216 | 51 | 0 | 30 | 116 | 33 | 52 | 100 | 55 |
| Binary | 10111011 | 10001110 | 101001 | 0 | 11000 | 1001110 | 11011 | 101010 | 1000000 | 101101 |
Color Harmonies of #BB8E29
Complementary color
Monochromatic Colors of #BB8E29
Black with #BB8E29
Text Example
Text Example
White with #BB8E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E29; }
p { color: rgb(187,142,41); }
H1.HeaderClassName
{
color: #BB8E29;
}
.AnyTagClassName
{
color: #BB8E29;
}
</style>
background-color css
<style>
a { background-color: #BB8E29; }
a { background-color: rgb(187,142,41); }
div.DivClassName
{
background-color: #BB8E29;
}
.BgClassName
{
background-color: #BB8E29;
}
</style>
border-color css
<style>
span { border-color: #BB8E29; }
span { border-color: rgb(187,142,41); }
td.TdClassName
{
border-color: #BB8E29;
}
.TagClassName
{
border-color: #BB8E29;
}
</style>