Shades of Nugget #BC8824
Tints of Nugget #BC8824
RGB
CMYK
RGB Variations
Color information
#BC8824 (or 0xBC8824) is known color: Nugget. HEX triplet: BC, 88 and 24. RGB value is (188,136,36). Sum of RGB (Red+Green+Blue) = 188+136+36=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8824 is #4377DB. Grayscale: #8C8C8C. Windows color (decimal): -4421596 or 2394300. OLE color: 2394300.
HSL color Cylindrical-coordinate representation of color #BC8824: hue angle of 39.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8824 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 36 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.26 |
| HSL | 39.47º | 0.68% | 0.44% | - |
| HSV(B) | 39.47º | 0.81% | 0.74% | - |
| XYZ | 29.86 | 28.43 | 5.58 | - |
| YUV | 140.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 36 | 0 | 0.28 | 0.81 | 0.26 | 39.47 | 0.68 | 0.44 |
| Hex | BC | 88 | 24 | 0 | 1C | 51 | 1A | 27 | 44 | 2C |
| Octal | 274 | 210 | 44 | 0 | 34 | 121 | 32 | 47 | 104 | 54 |
| Binary | 10111100 | 10001000 | 100100 | 0 | 11100 | 1010001 | 11010 | 100111 | 1000100 | 101100 |
Color Harmonies of #BC8824
Complementary color
Monochromatic Colors of #BC8824
Black with #BC8824
Text Example
Text Example
White with #BC8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8824; }
p { color: rgb(188,136,36); }
H1.HeaderClassName
{
color: #BC8824;
}
.AnyTagClassName
{
color: #BC8824;
}
</style>
background-color css
<style>
a { background-color: #BC8824; }
a { background-color: rgb(188,136,36); }
div.DivClassName
{
background-color: #BC8824;
}
.BgClassName
{
background-color: #BC8824;
}
</style>
border-color css
<style>
span { border-color: #BC8824; }
span { border-color: rgb(188,136,36); }
td.TdClassName
{
border-color: #BC8824;
}
.TagClassName
{
border-color: #BC8824;
}
</style>