Shades of Laser #BAA159
Tints of Laser #BAA159
RGB
CMYK
RGB Variations
Color information
#BAA159 (or 0xBAA159) is known color: Laser. HEX triplet: BA, A1 and 59. RGB value is (186,161,89). Sum of RGB (Red+Green+Blue) = 186+161+89=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA159 is #455EA6. Grayscale: #A0A0A0. Windows color (decimal): -4546215 or 5874106. OLE color: 5874106.
HSL color Cylindrical-coordinate representation of color #BAA159: hue angle of 44.54º degrees, saturation: 0.41, 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 #BAA159 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 89 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.27 |
| HSL | 44.54º | 0.41% | 0.54% | - |
| HSV(B) | 44.54º | 0.52% | 0.73% | - |
| XYZ | 34.8 | 36.65 | 14.69 | - |
| YUV | 160.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 89 | 0 | 0.13 | 0.52 | 0.27 | 44.54 | 0.41 | 0.54 |
| Hex | BA | A1 | 59 | 0 | D | 34 | 1B | 2D | 29 | 36 |
| Octal | 272 | 241 | 131 | 0 | 15 | 64 | 33 | 55 | 51 | 66 |
| Binary | 10111010 | 10100001 | 1011001 | 0 | 1101 | 110100 | 11011 | 101101 | 101001 | 110110 |
Color Harmonies of #BAA159
Complementary color
Monochromatic Colors of #BAA159
Black with #BAA159
Text Example
Text Example
White with #BAA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA159; }
p { color: rgb(186,161,89); }
H1.HeaderClassName
{
color: #BAA159;
}
.AnyTagClassName
{
color: #BAA159;
}
</style>
background-color css
<style>
a { background-color: #BAA159; }
a { background-color: rgb(186,161,89); }
div.DivClassName
{
background-color: #BAA159;
}
.BgClassName
{
background-color: #BAA159;
}
</style>
border-color css
<style>
span { border-color: #BAA159; }
span { border-color: rgb(186,161,89); }
td.TdClassName
{
border-color: #BAA159;
}
.TagClassName
{
border-color: #BAA159;
}
</style>