Shades of Nugget #B89127
Tints of Nugget #B89127
RGB
CMYK
RGB Variations
Color information
#B89127 (or 0xB89127) is known color: Nugget. HEX triplet: B8, 91 and 27. RGB value is (184,145,39). Sum of RGB (Red+Green+Blue) = 184+145+39=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B89127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89127 is #476ED8. Grayscale: #919191. Windows color (decimal): -4681433 or 2593208. OLE color: 2593208.
HSL color Cylindrical-coordinate representation of color #B89127: hue angle of 43.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B89127 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 39 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.28 |
| HSL | 43.86º | 0.65% | 0.44% | - |
| HSV(B) | 43.86º | 0.79% | 0.72% | - |
| XYZ | 30.26 | 30.59 | 6.23 | - |
| YUV | 144.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 39 | 0 | 0.21 | 0.79 | 0.28 | 43.86 | 0.65 | 0.44 |
| Hex | B8 | 91 | 27 | 0 | 15 | 4F | 1C | 2C | 41 | 2C |
| Octal | 270 | 221 | 47 | 0 | 25 | 117 | 34 | 54 | 101 | 54 |
| Binary | 10111000 | 10010001 | 100111 | 0 | 10101 | 1001111 | 11100 | 101100 | 1000001 | 101100 |
Color Harmonies of #B89127
Complementary color
Monochromatic Colors of #B89127
Black with #B89127
Text Example
Text Example
White with #B89127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89127; }
p { color: rgb(184,145,39); }
H1.HeaderClassName
{
color: #B89127;
}
.AnyTagClassName
{
color: #B89127;
}
</style>
background-color css
<style>
a { background-color: #B89127; }
a { background-color: rgb(184,145,39); }
div.DivClassName
{
background-color: #B89127;
}
.BgClassName
{
background-color: #B89127;
}
</style>
border-color css
<style>
span { border-color: #B89127; }
span { border-color: rgb(184,145,39); }
td.TdClassName
{
border-color: #B89127;
}
.TagClassName
{
border-color: #B89127;
}
</style>