Shades of Nugget #BC8F28
Tints of Nugget #BC8F28
RGB
CMYK
RGB Variations
Color information
#BC8F28 (or 0xBC8F28) is known color: Nugget. HEX triplet: BC, 8F and 28. RGB value is (188,143,40). Sum of RGB (Red+Green+Blue) = 188+143+40=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F28 is #4370D7. Grayscale: #919191. Windows color (decimal): -4419800 or 2658236. OLE color: 2658236.
HSL color Cylindrical-coordinate representation of color #BC8F28: hue angle of 41.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8F28 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 40 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.26 |
| HSL | 41.76º | 0.65% | 0.45% | - |
| HSV(B) | 41.76º | 0.79% | 0.74% | - |
| XYZ | 30.94 | 30.49 | 6.26 | - |
| YUV | 144.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 40 | 0 | 0.24 | 0.79 | 0.26 | 41.76 | 0.65 | 0.45 |
| Hex | BC | 8F | 28 | 0 | 18 | 4F | 1A | 2A | 41 | 2D |
| Octal | 274 | 217 | 50 | 0 | 30 | 117 | 32 | 52 | 101 | 55 |
| Binary | 10111100 | 10001111 | 101000 | 0 | 11000 | 1001111 | 11010 | 101010 | 1000001 | 101101 |
Color Harmonies of #BC8F28
Complementary color
Monochromatic Colors of #BC8F28
Black with #BC8F28
Text Example
Text Example
White with #BC8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F28; }
p { color: rgb(188,143,40); }
H1.HeaderClassName
{
color: #BC8F28;
}
.AnyTagClassName
{
color: #BC8F28;
}
</style>
background-color css
<style>
a { background-color: #BC8F28; }
a { background-color: rgb(188,143,40); }
div.DivClassName
{
background-color: #BC8F28;
}
.BgClassName
{
background-color: #BC8F28;
}
</style>
border-color css
<style>
span { border-color: #BC8F28; }
span { border-color: rgb(188,143,40); }
td.TdClassName
{
border-color: #BC8F28;
}
.TagClassName
{
border-color: #BC8F28;
}
</style>