Shades of Nugget #BB932D
Tints of Nugget #BB932D
RGB
CMYK
RGB Variations
Color information
#BB932D (or 0xBB932D) is known color: Nugget. HEX triplet: BB, 93 and 2D. RGB value is (187,147,45). Sum of RGB (Red+Green+Blue) = 187+147+45=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB932D is #446CD2. Grayscale: #939393. Windows color (decimal): -4484307 or 2986939. OLE color: 2986939.
HSL color Cylindrical-coordinate representation of color #BB932D: hue angle of 43.1º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB932D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.1º | 0.61% | 0.45% | - |
| HSV(B) | 43.1º | 0.76% | 0.73% | - |
| XYZ | 31.4 | 31.62 | 6.93 | - |
| YUV | 147.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 45 | 0 | 0.21 | 0.76 | 0.27 | 43.1 | 0.61 | 0.45 |
| Hex | BB | 93 | 2D | 0 | 15 | 4C | 1B | 2B | 3D | 2D |
| Octal | 273 | 223 | 55 | 0 | 25 | 114 | 33 | 53 | 75 | 55 |
| Binary | 10111011 | 10010011 | 101101 | 0 | 10101 | 1001100 | 11011 | 101011 | 111101 | 101101 |
Color Harmonies of #BB932D
Complementary color
Monochromatic Colors of #BB932D
Black with #BB932D
Text Example
Text Example
White with #BB932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB932D; }
p { color: rgb(187,147,45); }
H1.HeaderClassName
{
color: #BB932D;
}
.AnyTagClassName
{
color: #BB932D;
}
</style>
background-color css
<style>
a { background-color: #BB932D; }
a { background-color: rgb(187,147,45); }
div.DivClassName
{
background-color: #BB932D;
}
.BgClassName
{
background-color: #BB932D;
}
</style>
border-color css
<style>
span { border-color: #BB932D; }
span { border-color: rgb(187,147,45); }
td.TdClassName
{
border-color: #BB932D;
}
.TagClassName
{
border-color: #BB932D;
}
</style>