Shades of Nugget #BD881E
Tints of Nugget #BD881E
RGB
CMYK
RGB Variations
Color information
#BD881E (or 0xBD881E) is known color: Nugget. HEX triplet: BD, 88 and 1E. RGB value is (189,136,30). Sum of RGB (Red+Green+Blue) = 189+136+30=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD881E is #4277E1. Grayscale: #8C8C8C. Windows color (decimal): -4356066 or 2001085. OLE color: 2001085.
HSL color Cylindrical-coordinate representation of color #BD881E: hue angle of 40º degrees, saturation: 0.73, 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 #BD881E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.26 |
| HSL | 40º | 0.73% | 0.43% | - |
| HSV(B) | 40º | 0.84% | 0.74% | - |
| XYZ | 30.02 | 28.52 | 5.15 | - |
| YUV | 139.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 30 | 0 | 0.28 | 0.84 | 0.26 | 40 | 0.73 | 0.43 |
| Hex | BD | 88 | 1E | 0 | 1C | 54 | 1A | 28 | 49 | 2B |
| Octal | 275 | 210 | 36 | 0 | 34 | 124 | 32 | 50 | 111 | 53 |
| Binary | 10111101 | 10001000 | 11110 | 0 | 11100 | 1010100 | 11010 | 101000 | 1001001 | 101011 |
Color Harmonies of #BD881E
Complementary color
Monochromatic Colors of #BD881E
Black with #BD881E
Text Example
Text Example
White with #BD881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD881E; }
p { color: rgb(189,136,30); }
H1.HeaderClassName
{
color: #BD881E;
}
.AnyTagClassName
{
color: #BD881E;
}
</style>
background-color css
<style>
a { background-color: #BD881E; }
a { background-color: rgb(189,136,30); }
div.DivClassName
{
background-color: #BD881E;
}
.BgClassName
{
background-color: #BD881E;
}
</style>
border-color css
<style>
span { border-color: #BD881E; }
span { border-color: rgb(189,136,30); }
td.TdClassName
{
border-color: #BD881E;
}
.TagClassName
{
border-color: #BD881E;
}
</style>