Shades of Nugget #BC8F25
Tints of Nugget #BC8F25
RGB
CMYK
RGB Variations
Color information
#BC8F25 (or 0xBC8F25) is known color: Nugget. HEX triplet: BC, 8F and 25. RGB value is (188,143,37). Sum of RGB (Red+Green+Blue) = 188+143+37=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F25 is #4370DA. Grayscale: #909090. Windows color (decimal): -4419803 or 2461628. OLE color: 2461628.
HSL color Cylindrical-coordinate representation of color #BC8F25: hue angle of 42.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8F25 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 37 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.26 |
| HSL | 42.12º | 0.67% | 0.44% | - |
| HSV(B) | 42.12º | 0.8% | 0.74% | - |
| XYZ | 30.9 | 30.47 | 6 | - |
| YUV | 144.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 37 | 0 | 0.24 | 0.80 | 0.26 | 42.12 | 0.67 | 0.44 |
| Hex | BC | 8F | 25 | 0 | 18 | 50 | 1A | 2A | 43 | 2C |
| Octal | 274 | 217 | 45 | 0 | 30 | 120 | 32 | 52 | 103 | 54 |
| Binary | 10111100 | 10001111 | 100101 | 0 | 11000 | 1010000 | 11010 | 101010 | 1000011 | 101100 |
Color Harmonies of #BC8F25
Complementary color
Monochromatic Colors of #BC8F25
Black with #BC8F25
Text Example
Text Example
White with #BC8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F25; }
p { color: rgb(188,143,37); }
H1.HeaderClassName
{
color: #BC8F25;
}
.AnyTagClassName
{
color: #BC8F25;
}
</style>
background-color css
<style>
a { background-color: #BC8F25; }
a { background-color: rgb(188,143,37); }
div.DivClassName
{
background-color: #BC8F25;
}
.BgClassName
{
background-color: #BC8F25;
}
</style>
border-color css
<style>
span { border-color: #BC8F25; }
span { border-color: rgb(188,143,37); }
td.TdClassName
{
border-color: #BC8F25;
}
.TagClassName
{
border-color: #BC8F25;
}
</style>