Shades of Nugget #BB8E1D
Tints of Nugget #BB8E1D
RGB
CMYK
RGB Variations
Color information
#BB8E1D (or 0xBB8E1D) is known color: Nugget. HEX triplet: BB, 8E and 1D. RGB value is (187,142,29). Sum of RGB (Red+Green+Blue) = 187+142+29=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E1D is #4471E2. Grayscale: #8F8F8F. Windows color (decimal): -4485603 or 1937083. OLE color: 1937083.
HSL color Cylindrical-coordinate representation of color #BB8E1D: hue angle of 42.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB8E1D is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 29 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.27 |
| HSL | 42.91º | 0.73% | 0.42% | - |
| HSV(B) | 42.91º | 0.84% | 0.73% | - |
| XYZ | 30.39 | 30 | 5.35 | - |
| YUV | 142.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 29 | 0 | 0.24 | 0.84 | 0.27 | 42.91 | 0.73 | 0.42 |
| Hex | BB | 8E | 1D | 0 | 18 | 54 | 1B | 2B | 49 | 2A |
| Octal | 273 | 216 | 35 | 0 | 30 | 124 | 33 | 53 | 111 | 52 |
| Binary | 10111011 | 10001110 | 11101 | 0 | 11000 | 1010100 | 11011 | 101011 | 1001001 | 101010 |
Color Harmonies of #BB8E1D
Complementary color
Monochromatic Colors of #BB8E1D
Black with #BB8E1D
Text Example
Text Example
White with #BB8E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E1D; }
p { color: rgb(187,142,29); }
H1.HeaderClassName
{
color: #BB8E1D;
}
.AnyTagClassName
{
color: #BB8E1D;
}
</style>
background-color css
<style>
a { background-color: #BB8E1D; }
a { background-color: rgb(187,142,29); }
div.DivClassName
{
background-color: #BB8E1D;
}
.BgClassName
{
background-color: #BB8E1D;
}
</style>
border-color css
<style>
span { border-color: #BB8E1D; }
span { border-color: rgb(187,142,29); }
td.TdClassName
{
border-color: #BB8E1D;
}
.TagClassName
{
border-color: #BB8E1D;
}
</style>