Shades of Laser #BBA060
Tints of Laser #BBA060
RGB
CMYK
RGB Variations
Color information
#BBA060 (or 0xBBA060) is known color: Laser. HEX triplet: BB, A0 and 60. RGB value is (187,160,96). Sum of RGB (Red+Green+Blue) = 187+160+96=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA060 is #445F9F. Grayscale: #A1A1A1. Windows color (decimal): -4480928 or 6332603. OLE color: 6332603.
HSL color Cylindrical-coordinate representation of color #BBA060: hue angle of 42.2º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA060 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 96 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.27 |
| HSL | 42.2º | 0.4% | 0.55% | - |
| HSV(B) | 42.2º | 0.49% | 0.73% | - |
| XYZ | 35.18 | 36.55 | 16.27 | - |
| YUV | 160.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 96 | 0 | 0.14 | 0.49 | 0.27 | 42.2 | 0.4 | 0.55 |
| Hex | BB | A0 | 60 | 0 | E | 31 | 1B | 2A | 28 | 37 |
| Octal | 273 | 240 | 140 | 0 | 16 | 61 | 33 | 52 | 50 | 67 |
| Binary | 10111011 | 10100000 | 1100000 | 0 | 1110 | 110001 | 11011 | 101010 | 101000 | 110111 |
Color Harmonies of #BBA060
Complementary color
Monochromatic Colors of #BBA060
Black with #BBA060
Text Example
Text Example
White with #BBA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA060; }
p { color: rgb(187,160,96); }
H1.HeaderClassName
{
color: #BBA060;
}
.AnyTagClassName
{
color: #BBA060;
}
</style>
background-color css
<style>
a { background-color: #BBA060; }
a { background-color: rgb(187,160,96); }
div.DivClassName
{
background-color: #BBA060;
}
.BgClassName
{
background-color: #BBA060;
}
</style>
border-color css
<style>
span { border-color: #BBA060; }
span { border-color: rgb(187,160,96); }
td.TdClassName
{
border-color: #BBA060;
}
.TagClassName
{
border-color: #BBA060;
}
</style>