Shades of Laser #BBA15A
Tints of Laser #BBA15A
RGB
CMYK
RGB Variations
Color information
#BBA15A (or 0xBBA15A) is known color: Laser. HEX triplet: BB, A1 and 5A. RGB value is (187,161,90). Sum of RGB (Red+Green+Blue) = 187+161+90=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA15A is #445EA5. Grayscale: #A0A0A0. Windows color (decimal): -4480678 or 5939643. OLE color: 5939643.
HSL color Cylindrical-coordinate representation of color #BBA15A: hue angle of 43.92º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBA15A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 90 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.27 |
| HSL | 43.92º | 0.42% | 0.54% | - |
| HSV(B) | 43.92º | 0.52% | 0.73% | - |
| XYZ | 35.08 | 36.79 | 14.93 | - |
| YUV | 160.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 90 | 0 | 0.14 | 0.52 | 0.27 | 43.92 | 0.42 | 0.54 |
| Hex | BB | A1 | 5A | 0 | E | 34 | 1B | 2C | 2A | 36 |
| Octal | 273 | 241 | 132 | 0 | 16 | 64 | 33 | 54 | 52 | 66 |
| Binary | 10111011 | 10100001 | 1011010 | 0 | 1110 | 110100 | 11011 | 101100 | 101010 | 110110 |
Color Harmonies of #BBA15A
Complementary color
Monochromatic Colors of #BBA15A
Black with #BBA15A
Text Example
Text Example
White with #BBA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA15A; }
p { color: rgb(187,161,90); }
H1.HeaderClassName
{
color: #BBA15A;
}
.AnyTagClassName
{
color: #BBA15A;
}
</style>
background-color css
<style>
a { background-color: #BBA15A; }
a { background-color: rgb(187,161,90); }
div.DivClassName
{
background-color: #BBA15A;
}
.BgClassName
{
background-color: #BBA15A;
}
</style>
border-color css
<style>
span { border-color: #BBA15A; }
span { border-color: rgb(187,161,90); }
td.TdClassName
{
border-color: #BBA15A;
}
.TagClassName
{
border-color: #BBA15A;
}
</style>