Shades of Laser #BAA166
Tints of Laser #BAA166
RGB
CMYK
RGB Variations
Color information
#BAA166 (or 0xBAA166) is known color: Laser. HEX triplet: BA, A1 and 66. RGB value is (186,161,102). Sum of RGB (Red+Green+Blue) = 186+161+102=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA166 is #455E99. Grayscale: #A2A2A2. Windows color (decimal): -4546202 or 6726074. OLE color: 6726074.
HSL color Cylindrical-coordinate representation of color #BAA166: hue angle of 42.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAA166 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 102 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.27 |
| HSL | 42.14º | 0.38% | 0.56% | - |
| HSV(B) | 42.14º | 0.45% | 0.73% | - |
| XYZ | 35.39 | 36.89 | 17.83 | - |
| YUV | 161.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 102 | 0 | 0.13 | 0.45 | 0.27 | 42.14 | 0.38 | 0.56 |
| Hex | BA | A1 | 66 | 0 | D | 2D | 1B | 2A | 26 | 38 |
| Octal | 272 | 241 | 146 | 0 | 15 | 55 | 33 | 52 | 46 | 70 |
| Binary | 10111010 | 10100001 | 1100110 | 0 | 1101 | 101101 | 11011 | 101010 | 100110 | 111000 |
Color Harmonies of #BAA166
Complementary color
Monochromatic Colors of #BAA166
Black with #BAA166
Text Example
Text Example
White with #BAA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA166; }
p { color: rgb(186,161,102); }
H1.HeaderClassName
{
color: #BAA166;
}
.AnyTagClassName
{
color: #BAA166;
}
</style>
background-color css
<style>
a { background-color: #BAA166; }
a { background-color: rgb(186,161,102); }
div.DivClassName
{
background-color: #BAA166;
}
.BgClassName
{
background-color: #BAA166;
}
</style>
border-color css
<style>
span { border-color: #BAA166; }
span { border-color: rgb(186,161,102); }
td.TdClassName
{
border-color: #BAA166;
}
.TagClassName
{
border-color: #BAA166;
}
</style>