Shades of Nugget #BC8723
Tints of Nugget #BC8723
RGB
CMYK
RGB Variations
Color information
#BC8723 (or 0xBC8723) is known color: Nugget. HEX triplet: BC, 87 and 23. RGB value is (188,135,35). Sum of RGB (Red+Green+Blue) = 188+135+35=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8723 is #4378DC. Grayscale: #8B8B8B. Windows color (decimal): -4421853 or 2328508. OLE color: 2328508.
HSL color Cylindrical-coordinate representation of color #BC8723: hue angle of 39.22º degrees, saturation: 0.69, 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 #BC8723 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 35 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.26 |
| HSL | 39.22º | 0.69% | 0.44% | - |
| HSV(B) | 39.22º | 0.81% | 0.74% | - |
| XYZ | 29.71 | 28.14 | 5.46 | - |
| YUV | 139.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 35 | 0 | 0.28 | 0.81 | 0.26 | 39.22 | 0.69 | 0.44 |
| Hex | BC | 87 | 23 | 0 | 1C | 51 | 1A | 27 | 45 | 2C |
| Octal | 274 | 207 | 43 | 0 | 34 | 121 | 32 | 47 | 105 | 54 |
| Binary | 10111100 | 10000111 | 100011 | 0 | 11100 | 1010001 | 11010 | 100111 | 1000101 | 101100 |
Color Harmonies of #BC8723
Complementary color
Monochromatic Colors of #BC8723
Black with #BC8723
Text Example
Text Example
White with #BC8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8723; }
p { color: rgb(188,135,35); }
H1.HeaderClassName
{
color: #BC8723;
}
.AnyTagClassName
{
color: #BC8723;
}
</style>
background-color css
<style>
a { background-color: #BC8723; }
a { background-color: rgb(188,135,35); }
div.DivClassName
{
background-color: #BC8723;
}
.BgClassName
{
background-color: #BC8723;
}
</style>
border-color css
<style>
span { border-color: #BC8723; }
span { border-color: rgb(188,135,35); }
td.TdClassName
{
border-color: #BC8723;
}
.TagClassName
{
border-color: #BC8723;
}
</style>