Shades of Nugget #BB8625
Tints of Nugget #BB8625
RGB
CMYK
RGB Variations
Color information
#BB8625 (or 0xBB8625) is known color: Nugget. HEX triplet: BB, 86 and 25. RGB value is (187,134,37). Sum of RGB (Red+Green+Blue) = 187+134+37=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8625 is #4479DA. Grayscale: #8B8B8B. Windows color (decimal): -4487643 or 2459323. OLE color: 2459323.
HSL color Cylindrical-coordinate representation of color #BB8625: hue angle of 38.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB8625 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 37 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.27 |
| HSL | 38.8º | 0.67% | 0.44% | - |
| HSV(B) | 38.8º | 0.8% | 0.73% | - |
| XYZ | 29.35 | 27.75 | 5.56 | - |
| YUV | 138.79 | 70.56 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 37 | 0 | 0.28 | 0.80 | 0.27 | 38.8 | 0.67 | 0.44 |
| Hex | BB | 86 | 25 | 0 | 1C | 50 | 1B | 27 | 43 | 2C |
| Octal | 273 | 206 | 45 | 0 | 34 | 120 | 33 | 47 | 103 | 54 |
| Binary | 10111011 | 10000110 | 100101 | 0 | 11100 | 1010000 | 11011 | 100111 | 1000011 | 101100 |
Color Harmonies of #BB8625
Complementary color
Monochromatic Colors of #BB8625
Black with #BB8625
Text Example
Text Example
White with #BB8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8625; }
p { color: rgb(187,134,37); }
H1.HeaderClassName
{
color: #BB8625;
}
.AnyTagClassName
{
color: #BB8625;
}
</style>
background-color css
<style>
a { background-color: #BB8625; }
a { background-color: rgb(187,134,37); }
div.DivClassName
{
background-color: #BB8625;
}
.BgClassName
{
background-color: #BB8625;
}
</style>
border-color css
<style>
span { border-color: #BB8625; }
span { border-color: rgb(187,134,37); }
td.TdClassName
{
border-color: #BB8625;
}
.TagClassName
{
border-color: #BB8625;
}
</style>