Shades of Laser #BAA257
Tints of Laser #BAA257
RGB
CMYK
RGB Variations
Color information
#BAA257 (or 0xBAA257) is known color: Laser. HEX triplet: BA, A2 and 57. RGB value is (186,162,87). Sum of RGB (Red+Green+Blue) = 186+162+87=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA257 is #455DA8. Grayscale: #A0A0A0. Windows color (decimal): -4545961 or 5743290. OLE color: 5743290.
HSL color Cylindrical-coordinate representation of color #BAA257: hue angle of 45.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA257 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 87 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.27 |
| HSL | 45.45º | 0.42% | 0.54% | - |
| HSV(B) | 45.45º | 0.53% | 0.73% | - |
| XYZ | 34.89 | 36.97 | 14.31 | - |
| YUV | 160.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 87 | 0 | 0.13 | 0.53 | 0.27 | 45.45 | 0.42 | 0.54 |
| Hex | BA | A2 | 57 | 0 | D | 35 | 1B | 2D | 2A | 36 |
| Octal | 272 | 242 | 127 | 0 | 15 | 65 | 33 | 55 | 52 | 66 |
| Binary | 10111010 | 10100010 | 1010111 | 0 | 1101 | 110101 | 11011 | 101101 | 101010 | 110110 |
Color Harmonies of #BAA257
Complementary color
Monochromatic Colors of #BAA257
Black with #BAA257
Text Example
Text Example
White with #BAA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA257; }
p { color: rgb(186,162,87); }
H1.HeaderClassName
{
color: #BAA257;
}
.AnyTagClassName
{
color: #BAA257;
}
</style>
background-color css
<style>
a { background-color: #BAA257; }
a { background-color: rgb(186,162,87); }
div.DivClassName
{
background-color: #BAA257;
}
.BgClassName
{
background-color: #BAA257;
}
</style>
border-color css
<style>
span { border-color: #BAA257; }
span { border-color: rgb(186,162,87); }
td.TdClassName
{
border-color: #BAA257;
}
.TagClassName
{
border-color: #BAA257;
}
</style>