Shades of Laser #BBA161
Tints of Laser #BBA161
RGB
CMYK
RGB Variations
Color information
#BBA161 (or 0xBBA161) is known color: Laser. HEX triplet: BB, A1 and 61. RGB value is (187,161,97). Sum of RGB (Red+Green+Blue) = 187+161+97=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA161 is #445E9E. Grayscale: #A1A1A1. Windows color (decimal): -4480671 or 6398395. OLE color: 6398395.
HSL color Cylindrical-coordinate representation of color #BBA161: hue angle of 42.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBA161 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 97 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.27 |
| HSL | 42.67º | 0.4% | 0.56% | - |
| HSV(B) | 42.67º | 0.48% | 0.73% | - |
| XYZ | 35.4 | 36.92 | 16.57 | - |
| YUV | 161.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 97 | 0 | 0.14 | 0.48 | 0.27 | 42.67 | 0.4 | 0.56 |
| Hex | BB | A1 | 61 | 0 | E | 30 | 1B | 2B | 28 | 38 |
| Octal | 273 | 241 | 141 | 0 | 16 | 60 | 33 | 53 | 50 | 70 |
| Binary | 10111011 | 10100001 | 1100001 | 0 | 1110 | 110000 | 11011 | 101011 | 101000 | 111000 |
Color Harmonies of #BBA161
Complementary color
Monochromatic Colors of #BBA161
Black with #BBA161
Text Example
Text Example
White with #BBA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA161; }
p { color: rgb(187,161,97); }
H1.HeaderClassName
{
color: #BBA161;
}
.AnyTagClassName
{
color: #BBA161;
}
</style>
background-color css
<style>
a { background-color: #BBA161; }
a { background-color: rgb(187,161,97); }
div.DivClassName
{
background-color: #BBA161;
}
.BgClassName
{
background-color: #BBA161;
}
</style>
border-color css
<style>
span { border-color: #BBA161; }
span { border-color: rgb(187,161,97); }
td.TdClassName
{
border-color: #BBA161;
}
.TagClassName
{
border-color: #BBA161;
}
</style>