Shades of Nugget #BB8C26
Tints of Nugget #BB8C26
RGB
CMYK
RGB Variations
Color information
#BB8C26 (or 0xBB8C26) is known color: Nugget. HEX triplet: BB, 8C and 26. RGB value is (187,140,38). Sum of RGB (Red+Green+Blue) = 187+140+38=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C26 is #4473D9. Grayscale: #8E8E8E. Windows color (decimal): -4486106 or 2526395. OLE color: 2526395.
HSL color Cylindrical-coordinate representation of color #BB8C26: hue angle of 41.07º degrees, saturation: 0.66, 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 #BB8C26 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 38 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.27 |
| HSL | 41.07º | 0.66% | 0.44% | - |
| HSV(B) | 41.07º | 0.8% | 0.73% | - |
| XYZ | 30.22 | 29.46 | 5.93 | - |
| YUV | 142.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 38 | 0 | 0.25 | 0.80 | 0.27 | 41.07 | 0.66 | 0.44 |
| Hex | BB | 8C | 26 | 0 | 19 | 50 | 1B | 29 | 42 | 2C |
| Octal | 273 | 214 | 46 | 0 | 31 | 120 | 33 | 51 | 102 | 54 |
| Binary | 10111011 | 10001100 | 100110 | 0 | 11001 | 1010000 | 11011 | 101001 | 1000010 | 101100 |
Color Harmonies of #BB8C26
Complementary color
Monochromatic Colors of #BB8C26
Black with #BB8C26
Text Example
Text Example
White with #BB8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C26; }
p { color: rgb(187,140,38); }
H1.HeaderClassName
{
color: #BB8C26;
}
.AnyTagClassName
{
color: #BB8C26;
}
</style>
background-color css
<style>
a { background-color: #BB8C26; }
a { background-color: rgb(187,140,38); }
div.DivClassName
{
background-color: #BB8C26;
}
.BgClassName
{
background-color: #BB8C26;
}
</style>
border-color css
<style>
span { border-color: #BB8C26; }
span { border-color: rgb(187,140,38); }
td.TdClassName
{
border-color: #BB8C26;
}
.TagClassName
{
border-color: #BB8C26;
}
</style>