Shades of Nugget #B5891E
Tints of Nugget #B5891E
RGB
CMYK
RGB Variations
Color information
#B5891E (or 0xB5891E) is known color: Nugget. HEX triplet: B5, 89 and 1E. RGB value is (181,137,30). Sum of RGB (Red+Green+Blue) = 181+137+30=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5891E is #4A76E1. Grayscale: #8A8A8A. Windows color (decimal): -4880098 or 2001333. OLE color: 2001333.
HSL color Cylindrical-coordinate representation of color #B5891E: hue angle of 42.52º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5891E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 30 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.29 |
| HSL | 42.52º | 0.72% | 0.41% | - |
| HSV(B) | 42.52º | 0.83% | 0.71% | - |
| XYZ | 28.24 | 27.81 | 5.11 | - |
| YUV | 137.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 30 | 0 | 0.24 | 0.83 | 0.29 | 42.52 | 0.72 | 0.41 |
| Hex | B5 | 89 | 1E | 0 | 18 | 53 | 1D | 2B | 48 | 29 |
| Octal | 265 | 211 | 36 | 0 | 30 | 123 | 35 | 53 | 110 | 51 |
| Binary | 10110101 | 10001001 | 11110 | 0 | 11000 | 1010011 | 11101 | 101011 | 1001000 | 101001 |
Color Harmonies of #B5891E
Complementary color
Monochromatic Colors of #B5891E
Black with #B5891E
Text Example
Text Example
White with #B5891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5891E; }
p { color: rgb(181,137,30); }
H1.HeaderClassName
{
color: #B5891E;
}
.AnyTagClassName
{
color: #B5891E;
}
</style>
background-color css
<style>
a { background-color: #B5891E; }
a { background-color: rgb(181,137,30); }
div.DivClassName
{
background-color: #B5891E;
}
.BgClassName
{
background-color: #B5891E;
}
</style>
border-color css
<style>
span { border-color: #B5891E; }
span { border-color: rgb(181,137,30); }
td.TdClassName
{
border-color: #B5891E;
}
.TagClassName
{
border-color: #B5891E;
}
</style>