Shades of Nugget #B08725
Tints of Nugget #B08725
RGB
CMYK
RGB Variations
Color information
#B08725 (or 0xB08725) is known color: Nugget. HEX triplet: B0, 87 and 25. RGB value is (176,135,37). Sum of RGB (Red+Green+Blue) = 176+135+37=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B08725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08725 is #4F78DA. Grayscale: #888888. Windows color (decimal): -5208283 or 2459568. OLE color: 2459568.
HSL color Cylindrical-coordinate representation of color #B08725: hue angle of 42.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B08725 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.31 |
| HSL | 42.3º | 0.65% | 0.42% | - |
| HSV(B) | 42.3º | 0.79% | 0.69% | - |
| XYZ | 26.9 | 26.69 | 5.48 | - |
| YUV | 136.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 37 | 0 | 0.23 | 0.79 | 0.31 | 42.3 | 0.65 | 0.42 |
| Hex | B0 | 87 | 25 | 0 | 17 | 4F | 1F | 2A | 41 | 2A |
| Octal | 260 | 207 | 45 | 0 | 27 | 117 | 37 | 52 | 101 | 52 |
| Binary | 10110000 | 10000111 | 100101 | 0 | 10111 | 1001111 | 11111 | 101010 | 1000001 | 101010 |
Color Harmonies of #B08725
Complementary color
Monochromatic Colors of #B08725
Black with #B08725
Text Example
Text Example
White with #B08725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08725; }
p { color: rgb(176,135,37); }
H1.HeaderClassName
{
color: #B08725;
}
.AnyTagClassName
{
color: #B08725;
}
</style>
background-color css
<style>
a { background-color: #B08725; }
a { background-color: rgb(176,135,37); }
div.DivClassName
{
background-color: #B08725;
}
.BgClassName
{
background-color: #B08725;
}
</style>
border-color css
<style>
span { border-color: #B08725; }
span { border-color: rgb(176,135,37); }
td.TdClassName
{
border-color: #B08725;
}
.TagClassName
{
border-color: #B08725;
}
</style>