Shades of Nugget #BB902B
Tints of Nugget #BB902B
RGB
CMYK
RGB Variations
Color information
#BB902B (or 0xBB902B) is known color: Nugget. HEX triplet: BB, 90 and 2B. RGB value is (187,144,43). Sum of RGB (Red+Green+Blue) = 187+144+43=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB902B is #446FD4. Grayscale: #919191. Windows color (decimal): -4485077 or 2855099. OLE color: 2855099.
HSL color Cylindrical-coordinate representation of color #BB902B: hue angle of 42.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB902B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 43 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.27 |
| HSL | 42.08º | 0.63% | 0.45% | - |
| HSV(B) | 42.08º | 0.77% | 0.73% | - |
| XYZ | 30.9 | 30.69 | 6.58 | - |
| YUV | 145.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 43 | 0 | 0.23 | 0.77 | 0.27 | 42.08 | 0.63 | 0.45 |
| Hex | BB | 90 | 2B | 0 | 17 | 4D | 1B | 2A | 3F | 2D |
| Octal | 273 | 220 | 53 | 0 | 27 | 115 | 33 | 52 | 77 | 55 |
| Binary | 10111011 | 10010000 | 101011 | 0 | 10111 | 1001101 | 11011 | 101010 | 111111 | 101101 |
Color Harmonies of #BB902B
Complementary color
Monochromatic Colors of #BB902B
Black with #BB902B
Text Example
Text Example
White with #BB902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB902B; }
p { color: rgb(187,144,43); }
H1.HeaderClassName
{
color: #BB902B;
}
.AnyTagClassName
{
color: #BB902B;
}
</style>
background-color css
<style>
a { background-color: #BB902B; }
a { background-color: rgb(187,144,43); }
div.DivClassName
{
background-color: #BB902B;
}
.BgClassName
{
background-color: #BB902B;
}
</style>
border-color css
<style>
span { border-color: #BB902B; }
span { border-color: rgb(187,144,43); }
td.TdClassName
{
border-color: #BB902B;
}
.TagClassName
{
border-color: #BB902B;
}
</style>