Shades of Nugget #BB8D23
Tints of Nugget #BB8D23
RGB
CMYK
RGB Variations
Color information
#BB8D23 (or 0xBB8D23) is known color: Nugget. HEX triplet: BB, 8D and 23. RGB value is (187,141,35). Sum of RGB (Red+Green+Blue) = 187+141+35=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D23 is #4472DC. Grayscale: #8F8F8F. Windows color (decimal): -4485853 or 2330043. OLE color: 2330043.
HSL color Cylindrical-coordinate representation of color #BB8D23: hue angle of 41.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB8D23 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 35 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.27 |
| HSL | 41.84º | 0.68% | 0.44% | - |
| HSV(B) | 41.84º | 0.81% | 0.73% | - |
| XYZ | 30.32 | 29.74 | 5.73 | - |
| YUV | 142.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 35 | 0 | 0.25 | 0.81 | 0.27 | 41.84 | 0.68 | 0.44 |
| Hex | BB | 8D | 23 | 0 | 19 | 51 | 1B | 2A | 44 | 2C |
| Octal | 273 | 215 | 43 | 0 | 31 | 121 | 33 | 52 | 104 | 54 |
| Binary | 10111011 | 10001101 | 100011 | 0 | 11001 | 1010001 | 11011 | 101010 | 1000100 | 101100 |
Color Harmonies of #BB8D23
Complementary color
Monochromatic Colors of #BB8D23
Black with #BB8D23
Text Example
Text Example
White with #BB8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D23; }
p { color: rgb(187,141,35); }
H1.HeaderClassName
{
color: #BB8D23;
}
.AnyTagClassName
{
color: #BB8D23;
}
</style>
background-color css
<style>
a { background-color: #BB8D23; }
a { background-color: rgb(187,141,35); }
div.DivClassName
{
background-color: #BB8D23;
}
.BgClassName
{
background-color: #BB8D23;
}
</style>
border-color css
<style>
span { border-color: #BB8D23; }
span { border-color: rgb(187,141,35); }
td.TdClassName
{
border-color: #BB8D23;
}
.TagClassName
{
border-color: #BB8D23;
}
</style>