Shades of Nugget #BB8A2B
Tints of Nugget #BB8A2B
RGB
CMYK
RGB Variations
Color information
#BB8A2B (or 0xBB8A2B) is known color: Nugget. HEX triplet: BB, 8A and 2B. RGB value is (187,138,43). Sum of RGB (Red+Green+Blue) = 187+138+43=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A2B is #4475D4. Grayscale: #8E8E8E. Windows color (decimal): -4486613 or 2853563. OLE color: 2853563.
HSL color Cylindrical-coordinate representation of color #BB8A2B: hue angle of 39.58º 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 #BB8A2B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 43 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.27 |
| HSL | 39.58º | 0.63% | 0.45% | - |
| HSV(B) | 39.58º | 0.77% | 0.73% | - |
| XYZ | 30.02 | 28.92 | 6.28 | - |
| YUV | 141.82 | 72.23 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 43 | 0 | 0.26 | 0.77 | 0.27 | 39.58 | 0.63 | 0.45 |
| Hex | BB | 8A | 2B | 0 | 1A | 4D | 1B | 28 | 3F | 2D |
| Octal | 273 | 212 | 53 | 0 | 32 | 115 | 33 | 50 | 77 | 55 |
| Binary | 10111011 | 10001010 | 101011 | 0 | 11010 | 1001101 | 11011 | 101000 | 111111 | 101101 |
Color Harmonies of #BB8A2B
Complementary color
Monochromatic Colors of #BB8A2B
Black with #BB8A2B
Text Example
Text Example
White with #BB8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A2B; }
p { color: rgb(187,138,43); }
H1.HeaderClassName
{
color: #BB8A2B;
}
.AnyTagClassName
{
color: #BB8A2B;
}
</style>
background-color css
<style>
a { background-color: #BB8A2B; }
a { background-color: rgb(187,138,43); }
div.DivClassName
{
background-color: #BB8A2B;
}
.BgClassName
{
background-color: #BB8A2B;
}
</style>
border-color css
<style>
span { border-color: #BB8A2B; }
span { border-color: rgb(187,138,43); }
td.TdClassName
{
border-color: #BB8A2B;
}
.TagClassName
{
border-color: #BB8A2B;
}
</style>