Shades of Laser #BAA366
Tints of Laser #BAA366
RGB
CMYK
RGB Variations
Color information
#BAA366 (or 0xBAA366) is known color: Laser. HEX triplet: BA, A3 and 66. RGB value is (186,163,102). Sum of RGB (Red+Green+Blue) = 186+163+102=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA366 is #455C99. Grayscale: #A3A3A3. Windows color (decimal): -4545690 or 6726586. OLE color: 6726586.
HSL color Cylindrical-coordinate representation of color #BAA366: hue angle of 43.57º 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 #BAA366 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 102 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.27 |
| HSL | 43.57º | 0.38% | 0.56% | - |
| HSV(B) | 43.57º | 0.45% | 0.73% | - |
| XYZ | 35.75 | 37.59 | 17.94 | - |
| YUV | 162.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 102 | 0 | 0.12 | 0.45 | 0.27 | 43.57 | 0.38 | 0.56 |
| Hex | BA | A3 | 66 | 0 | C | 2D | 1B | 2C | 26 | 38 |
| Octal | 272 | 243 | 146 | 0 | 14 | 55 | 33 | 54 | 46 | 70 |
| Binary | 10111010 | 10100011 | 1100110 | 0 | 1100 | 101101 | 11011 | 101100 | 100110 | 111000 |
Color Harmonies of #BAA366
Complementary color
Monochromatic Colors of #BAA366
Black with #BAA366
Text Example
Text Example
White with #BAA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA366; }
p { color: rgb(186,163,102); }
H1.HeaderClassName
{
color: #BAA366;
}
.AnyTagClassName
{
color: #BAA366;
}
</style>
background-color css
<style>
a { background-color: #BAA366; }
a { background-color: rgb(186,163,102); }
div.DivClassName
{
background-color: #BAA366;
}
.BgClassName
{
background-color: #BAA366;
}
</style>
border-color css
<style>
span { border-color: #BAA366; }
span { border-color: rgb(186,163,102); }
td.TdClassName
{
border-color: #BAA366;
}
.TagClassName
{
border-color: #BAA366;
}
</style>