Shades of Nugget #BC8C2A
Tints of Nugget #BC8C2A
RGB
CMYK
RGB Variations
Color information
#BC8C2A (or 0xBC8C2A) is known color: Nugget. HEX triplet: BC, 8C and 2A. RGB value is (188,140,42). Sum of RGB (Red+Green+Blue) = 188+140+42=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2A is #4373D5. Grayscale: #8F8F8F. Windows color (decimal): -4420566 or 2788540. OLE color: 2788540.
HSL color Cylindrical-coordinate representation of color #BC8C2A: hue angle of 40.27º 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 #BC8C2A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 42 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.26 |
| HSL | 40.27º | 0.63% | 0.45% | - |
| HSV(B) | 40.27º | 0.78% | 0.74% | - |
| XYZ | 30.54 | 29.61 | 6.3 | - |
| YUV | 143.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 42 | 0 | 0.26 | 0.78 | 0.26 | 40.27 | 0.63 | 0.45 |
| Hex | BC | 8C | 2A | 0 | 1A | 4E | 1A | 28 | 3F | 2D |
| Octal | 274 | 214 | 52 | 0 | 32 | 116 | 32 | 50 | 77 | 55 |
| Binary | 10111100 | 10001100 | 101010 | 0 | 11010 | 1001110 | 11010 | 101000 | 111111 | 101101 |
Color Harmonies of #BC8C2A
Complementary color
Monochromatic Colors of #BC8C2A
Black with #BC8C2A
Text Example
Text Example
White with #BC8C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C2A; }
p { color: rgb(188,140,42); }
H1.HeaderClassName
{
color: #BC8C2A;
}
.AnyTagClassName
{
color: #BC8C2A;
}
</style>
background-color css
<style>
a { background-color: #BC8C2A; }
a { background-color: rgb(188,140,42); }
div.DivClassName
{
background-color: #BC8C2A;
}
.BgClassName
{
background-color: #BC8C2A;
}
</style>
border-color css
<style>
span { border-color: #BC8C2A; }
span { border-color: rgb(188,140,42); }
td.TdClassName
{
border-color: #BC8C2A;
}
.TagClassName
{
border-color: #BC8C2A;
}
</style>