Shades of Laser #BAA059
Tints of Laser #BAA059
RGB
CMYK
RGB Variations
Color information
#BAA059 (or 0xBAA059) is known color: Laser. HEX triplet: BA, A0 and 59. RGB value is (186,160,89). Sum of RGB (Red+Green+Blue) = 186+160+89=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA059 is #455FA6. Grayscale: #9F9F9F. Windows color (decimal): -4546471 or 5873850. OLE color: 5873850.
HSL color Cylindrical-coordinate representation of color #BAA059: hue angle of 43.92º 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 #BAA059 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 89 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.27 |
| HSL | 43.92º | 0.41% | 0.54% | - |
| HSV(B) | 43.92º | 0.52% | 0.73% | - |
| XYZ | 34.62 | 36.3 | 14.63 | - |
| YUV | 159.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 89 | 0 | 0.14 | 0.52 | 0.27 | 43.92 | 0.41 | 0.54 |
| Hex | BA | A0 | 59 | 0 | E | 34 | 1B | 2C | 29 | 36 |
| Octal | 272 | 240 | 131 | 0 | 16 | 64 | 33 | 54 | 51 | 66 |
| Binary | 10111010 | 10100000 | 1011001 | 0 | 1110 | 110100 | 11011 | 101100 | 101001 | 110110 |
Color Harmonies of #BAA059
Complementary color
Monochromatic Colors of #BAA059
Black with #BAA059
Text Example
Text Example
White with #BAA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA059; }
p { color: rgb(186,160,89); }
H1.HeaderClassName
{
color: #BAA059;
}
.AnyTagClassName
{
color: #BAA059;
}
</style>
background-color css
<style>
a { background-color: #BAA059; }
a { background-color: rgb(186,160,89); }
div.DivClassName
{
background-color: #BAA059;
}
.BgClassName
{
background-color: #BAA059;
}
</style>
border-color css
<style>
span { border-color: #BAA059; }
span { border-color: rgb(186,160,89); }
td.TdClassName
{
border-color: #BAA059;
}
.TagClassName
{
border-color: #BAA059;
}
</style>