Shades of Nugget #BC912A
Tints of Nugget #BC912A
RGB
CMYK
RGB Variations
Color information
#BC912A (or 0xBC912A) is known color: Nugget. HEX triplet: BC, 91 and 2A. RGB value is (188,145,42). Sum of RGB (Red+Green+Blue) = 188+145+42=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC912A is #436ED5. Grayscale: #929292. Windows color (decimal): -4419286 or 2789820. OLE color: 2789820.
HSL color Cylindrical-coordinate representation of color #BC912A: hue angle of 42.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC912A is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 42 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.26 |
| HSL | 42.33º | 0.63% | 0.45% | - |
| HSV(B) | 42.33º | 0.78% | 0.74% | - |
| XYZ | 31.28 | 31.11 | 6.55 | - |
| YUV | 146.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 42 | 0 | 0.23 | 0.78 | 0.26 | 42.33 | 0.63 | 0.45 |
| Hex | BC | 91 | 2A | 0 | 17 | 4E | 1A | 2A | 3F | 2D |
| Octal | 274 | 221 | 52 | 0 | 27 | 116 | 32 | 52 | 77 | 55 |
| Binary | 10111100 | 10010001 | 101010 | 0 | 10111 | 1001110 | 11010 | 101010 | 111111 | 101101 |
Color Harmonies of #BC912A
Complementary color
Monochromatic Colors of #BC912A
Black with #BC912A
Text Example
Text Example
White with #BC912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC912A; }
p { color: rgb(188,145,42); }
H1.HeaderClassName
{
color: #BC912A;
}
.AnyTagClassName
{
color: #BC912A;
}
</style>
background-color css
<style>
a { background-color: #BC912A; }
a { background-color: rgb(188,145,42); }
div.DivClassName
{
background-color: #BC912A;
}
.BgClassName
{
background-color: #BC912A;
}
</style>
border-color css
<style>
span { border-color: #BC912A; }
span { border-color: rgb(188,145,42); }
td.TdClassName
{
border-color: #BC912A;
}
.TagClassName
{
border-color: #BC912A;
}
</style>