Shades of Nugget #B89123
Tints of Nugget #B89123
RGB
CMYK
RGB Variations
Color information
#B89123 (or 0xB89123) is known color: Nugget. HEX triplet: B8, 91 and 23. RGB value is (184,145,35). Sum of RGB (Red+Green+Blue) = 184+145+35=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B89123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89123 is #476EDC. Grayscale: #909090. Windows color (decimal): -4681437 or 2331064. OLE color: 2331064.
HSL color Cylindrical-coordinate representation of color #B89123: hue angle of 44.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B89123 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 35 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.28 |
| HSL | 44.3º | 0.68% | 0.43% | - |
| HSV(B) | 44.3º | 0.81% | 0.72% | - |
| XYZ | 30.2 | 30.56 | 5.9 | - |
| YUV | 144.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 35 | 0 | 0.21 | 0.81 | 0.28 | 44.3 | 0.68 | 0.43 |
| Hex | B8 | 91 | 23 | 0 | 15 | 51 | 1C | 2C | 44 | 2B |
| Octal | 270 | 221 | 43 | 0 | 25 | 121 | 34 | 54 | 104 | 53 |
| Binary | 10111000 | 10010001 | 100011 | 0 | 10101 | 1010001 | 11100 | 101100 | 1000100 | 101011 |
Color Harmonies of #B89123
Complementary color
Monochromatic Colors of #B89123
Black with #B89123
Text Example
Text Example
White with #B89123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89123; }
p { color: rgb(184,145,35); }
H1.HeaderClassName
{
color: #B89123;
}
.AnyTagClassName
{
color: #B89123;
}
</style>
background-color css
<style>
a { background-color: #B89123; }
a { background-color: rgb(184,145,35); }
div.DivClassName
{
background-color: #B89123;
}
.BgClassName
{
background-color: #B89123;
}
</style>
border-color css
<style>
span { border-color: #B89123; }
span { border-color: rgb(184,145,35); }
td.TdClassName
{
border-color: #B89123;
}
.TagClassName
{
border-color: #B89123;
}
</style>