Shades of Nugget #BC972B
Tints of Nugget #BC972B
RGB
CMYK
RGB Variations
Color information
#BC972B (or 0xBC972B) is known color: Nugget. HEX triplet: BC, 97 and 2B. RGB value is (188,151,43). Sum of RGB (Red+Green+Blue) = 188+151+43=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC972B is #4368D4. Grayscale: #969696. Windows color (decimal): -4417749 or 2856892. OLE color: 2856892.
HSL color Cylindrical-coordinate representation of color #BC972B: hue angle of 44.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC972B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.26 |
| HSL | 44.69º | 0.63% | 0.45% | - |
| HSV(B) | 44.69º | 0.77% | 0.74% | - |
| XYZ | 32.24 | 33 | 6.96 | - |
| YUV | 149.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 43 | 0 | 0.20 | 0.77 | 0.26 | 44.69 | 0.63 | 0.45 |
| Hex | BC | 97 | 2B | 0 | 14 | 4D | 1A | 2D | 3F | 2D |
| Octal | 274 | 227 | 53 | 0 | 24 | 115 | 32 | 55 | 77 | 55 |
| Binary | 10111100 | 10010111 | 101011 | 0 | 10100 | 1001101 | 11010 | 101101 | 111111 | 101101 |
Color Harmonies of #BC972B
Complementary color
Monochromatic Colors of #BC972B
Black with #BC972B
Text Example
Text Example
White with #BC972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC972B; }
p { color: rgb(188,151,43); }
H1.HeaderClassName
{
color: #BC972B;
}
.AnyTagClassName
{
color: #BC972B;
}
</style>
background-color css
<style>
a { background-color: #BC972B; }
a { background-color: rgb(188,151,43); }
div.DivClassName
{
background-color: #BC972B;
}
.BgClassName
{
background-color: #BC972B;
}
</style>
border-color css
<style>
span { border-color: #BC972B; }
span { border-color: rgb(188,151,43); }
td.TdClassName
{
border-color: #BC972B;
}
.TagClassName
{
border-color: #BC972B;
}
</style>