Shades of Nugget #BB8823
Tints of Nugget #BB8823
RGB
CMYK
RGB Variations
Color information
#BB8823 (or 0xBB8823) is known color: Nugget. HEX triplet: BB, 88 and 23. RGB value is (187,136,35). Sum of RGB (Red+Green+Blue) = 187+136+35=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8823 is #4477DC. Grayscale: #8C8C8C. Windows color (decimal): -4487133 or 2328763. OLE color: 2328763.
HSL color Cylindrical-coordinate representation of color #BB8823: hue angle of 39.87º 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 #BB8823 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 35 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.27 |
| HSL | 39.87º | 0.68% | 0.44% | - |
| HSV(B) | 39.87º | 0.81% | 0.73% | - |
| XYZ | 29.6 | 28.29 | 5.49 | - |
| YUV | 139.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 35 | 0 | 0.27 | 0.81 | 0.27 | 39.87 | 0.68 | 0.44 |
| Hex | BB | 88 | 23 | 0 | 1B | 51 | 1B | 28 | 44 | 2C |
| Octal | 273 | 210 | 43 | 0 | 33 | 121 | 33 | 50 | 104 | 54 |
| Binary | 10111011 | 10001000 | 100011 | 0 | 11011 | 1010001 | 11011 | 101000 | 1000100 | 101100 |
Color Harmonies of #BB8823
Complementary color
Monochromatic Colors of #BB8823
Black with #BB8823
Text Example
Text Example
White with #BB8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8823; }
p { color: rgb(187,136,35); }
H1.HeaderClassName
{
color: #BB8823;
}
.AnyTagClassName
{
color: #BB8823;
}
</style>
background-color css
<style>
a { background-color: #BB8823; }
a { background-color: rgb(187,136,35); }
div.DivClassName
{
background-color: #BB8823;
}
.BgClassName
{
background-color: #BB8823;
}
</style>
border-color css
<style>
span { border-color: #BB8823; }
span { border-color: rgb(187,136,35); }
td.TdClassName
{
border-color: #BB8823;
}
.TagClassName
{
border-color: #BB8823;
}
</style>