Shades of Nugget #BD891E
Tints of Nugget #BD891E
RGB
CMYK
RGB Variations
Color information
#BD891E (or 0xBD891E) is known color: Nugget. HEX triplet: BD, 89 and 1E. RGB value is (189,137,30). Sum of RGB (Red+Green+Blue) = 189+137+30=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD891E is #4276E1. Grayscale: #8C8C8C. Windows color (decimal): -4355810 or 2001341. OLE color: 2001341.
HSL color Cylindrical-coordinate representation of color #BD891E: hue angle of 40.38º 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 #BD891E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.26 |
| HSL | 40.38º | 0.73% | 0.43% | - |
| HSV(B) | 40.38º | 0.84% | 0.74% | - |
| XYZ | 30.17 | 28.8 | 5.2 | - |
| YUV | 140.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 30 | 0 | 0.28 | 0.84 | 0.26 | 40.38 | 0.73 | 0.43 |
| Hex | BD | 89 | 1E | 0 | 1C | 54 | 1A | 28 | 49 | 2B |
| Octal | 275 | 211 | 36 | 0 | 34 | 124 | 32 | 50 | 111 | 53 |
| Binary | 10111101 | 10001001 | 11110 | 0 | 11100 | 1010100 | 11010 | 101000 | 1001001 | 101011 |
Color Harmonies of #BD891E
Complementary color
Monochromatic Colors of #BD891E
Black with #BD891E
Text Example
Text Example
White with #BD891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD891E; }
p { color: rgb(189,137,30); }
H1.HeaderClassName
{
color: #BD891E;
}
.AnyTagClassName
{
color: #BD891E;
}
</style>
background-color css
<style>
a { background-color: #BD891E; }
a { background-color: rgb(189,137,30); }
div.DivClassName
{
background-color: #BD891E;
}
.BgClassName
{
background-color: #BD891E;
}
</style>
border-color css
<style>
span { border-color: #BD891E; }
span { border-color: rgb(189,137,30); }
td.TdClassName
{
border-color: #BD891E;
}
.TagClassName
{
border-color: #BD891E;
}
</style>