Shades of Nugget #BB9627
Tints of Nugget #BB9627
RGB
CMYK
RGB Variations
Color information
#BB9627 (or 0xBB9627) is known color: Nugget. HEX triplet: BB, 96 and 27. RGB value is (187,150,39). Sum of RGB (Red+Green+Blue) = 187+150+39=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9627 is #4469D8. Grayscale: #949494. Windows color (decimal): -4483545 or 2594491. OLE color: 2594491.
HSL color Cylindrical-coordinate representation of color #BB9627: hue angle of 45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB9627 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 39 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.27 |
| HSL | 45º | 0.65% | 0.44% | - |
| HSV(B) | 45º | 0.79% | 0.73% | - |
| XYZ | 31.77 | 32.52 | 6.52 | - |
| YUV | 148.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 39 | 0 | 0.20 | 0.79 | 0.27 | 45 | 0.65 | 0.44 |
| Hex | BB | 96 | 27 | 0 | 14 | 4F | 1B | 2D | 41 | 2C |
| Octal | 273 | 226 | 47 | 0 | 24 | 117 | 33 | 55 | 101 | 54 |
| Binary | 10111011 | 10010110 | 100111 | 0 | 10100 | 1001111 | 11011 | 101101 | 1000001 | 101100 |
Color Harmonies of #BB9627
Complementary color
Monochromatic Colors of #BB9627
Black with #BB9627
Text Example
Text Example
White with #BB9627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9627; }
p { color: rgb(187,150,39); }
H1.HeaderClassName
{
color: #BB9627;
}
.AnyTagClassName
{
color: #BB9627;
}
</style>
background-color css
<style>
a { background-color: #BB9627; }
a { background-color: rgb(187,150,39); }
div.DivClassName
{
background-color: #BB9627;
}
.BgClassName
{
background-color: #BB9627;
}
</style>
border-color css
<style>
span { border-color: #BB9627; }
span { border-color: rgb(187,150,39); }
td.TdClassName
{
border-color: #BB9627;
}
.TagClassName
{
border-color: #BB9627;
}
</style>