Shades of Nugget #BC921F
Tints of Nugget #BC921F
RGB
CMYK
RGB Variations
Color information
#BC921F (or 0xBC921F) is known color: Nugget. HEX triplet: BC, 92 and 1F. RGB value is (188,146,31). Sum of RGB (Red+Green+Blue) = 188+146+31=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC921F is #436DE0. Grayscale: #919191. Windows color (decimal): -4419041 or 2069180. OLE color: 2069180.
HSL color Cylindrical-coordinate representation of color #BC921F: hue angle of 43.95º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC921F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 31 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.26 |
| HSL | 43.95º | 0.72% | 0.43% | - |
| HSV(B) | 43.95º | 0.84% | 0.74% | - |
| XYZ | 31.27 | 31.35 | 5.7 | - |
| YUV | 145.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 31 | 0 | 0.22 | 0.84 | 0.26 | 43.95 | 0.72 | 0.43 |
| Hex | BC | 92 | 1F | 0 | 16 | 54 | 1A | 2C | 48 | 2B |
| Octal | 274 | 222 | 37 | 0 | 26 | 124 | 32 | 54 | 110 | 53 |
| Binary | 10111100 | 10010010 | 11111 | 0 | 10110 | 1010100 | 11010 | 101100 | 1001000 | 101011 |
Color Harmonies of #BC921F
Complementary color
Monochromatic Colors of #BC921F
Black with #BC921F
Text Example
Text Example
White with #BC921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC921F; }
p { color: rgb(188,146,31); }
H1.HeaderClassName
{
color: #BC921F;
}
.AnyTagClassName
{
color: #BC921F;
}
</style>
background-color css
<style>
a { background-color: #BC921F; }
a { background-color: rgb(188,146,31); }
div.DivClassName
{
background-color: #BC921F;
}
.BgClassName
{
background-color: #BC921F;
}
</style>
border-color css
<style>
span { border-color: #BC921F; }
span { border-color: rgb(188,146,31); }
td.TdClassName
{
border-color: #BC921F;
}
.TagClassName
{
border-color: #BC921F;
}
</style>