Shades of Nugget #BC891D
Tints of Nugget #BC891D
RGB
CMYK
RGB Variations
Color information
#BC891D (or 0xBC891D) is known color: Nugget. HEX triplet: BC, 89 and 1D. RGB value is (188,137,29). Sum of RGB (Red+Green+Blue) = 188+137+29=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC891D is #4376E2. Grayscale: #8C8C8C. Windows color (decimal): -4421347 or 1935804. OLE color: 1935804.
HSL color Cylindrical-coordinate representation of color #BC891D: hue angle of 40.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC891D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 29 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.26 |
| HSL | 40.75º | 0.73% | 0.43% | - |
| HSV(B) | 40.75º | 0.85% | 0.74% | - |
| XYZ | 29.91 | 28.67 | 5.12 | - |
| YUV | 139.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 29 | 0 | 0.27 | 0.85 | 0.26 | 40.75 | 0.73 | 0.43 |
| Hex | BC | 89 | 1D | 0 | 1B | 55 | 1A | 29 | 49 | 2B |
| Octal | 274 | 211 | 35 | 0 | 33 | 125 | 32 | 51 | 111 | 53 |
| Binary | 10111100 | 10001001 | 11101 | 0 | 11011 | 1010101 | 11010 | 101001 | 1001001 | 101011 |
Color Harmonies of #BC891D
Complementary color
Monochromatic Colors of #BC891D
Black with #BC891D
Text Example
Text Example
White with #BC891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC891D; }
p { color: rgb(188,137,29); }
H1.HeaderClassName
{
color: #BC891D;
}
.AnyTagClassName
{
color: #BC891D;
}
</style>
background-color css
<style>
a { background-color: #BC891D; }
a { background-color: rgb(188,137,29); }
div.DivClassName
{
background-color: #BC891D;
}
.BgClassName
{
background-color: #BC891D;
}
</style>
border-color css
<style>
span { border-color: #BC891D; }
span { border-color: rgb(188,137,29); }
td.TdClassName
{
border-color: #BC891D;
}
.TagClassName
{
border-color: #BC891D;
}
</style>