Shades of Laser #BAA266
Tints of Laser #BAA266
RGB
CMYK
RGB Variations
Color information
#BAA266 (or 0xBAA266) is known color: Laser. HEX triplet: BA, A2 and 66. RGB value is (186,162,102). Sum of RGB (Red+Green+Blue) = 186+162+102=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA266 is #455D99. Grayscale: #A2A2A2. Windows color (decimal): -4545946 or 6726330. OLE color: 6726330.
HSL color Cylindrical-coordinate representation of color #BAA266: hue angle of 42.86º 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 #BAA266 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 102 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.27 |
| HSL | 42.86º | 0.38% | 0.56% | - |
| HSV(B) | 42.86º | 0.45% | 0.73% | - |
| XYZ | 35.57 | 37.24 | 17.88 | - |
| YUV | 162.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 102 | 0 | 0.13 | 0.45 | 0.27 | 42.86 | 0.38 | 0.56 |
| Hex | BA | A2 | 66 | 0 | D | 2D | 1B | 2B | 26 | 38 |
| Octal | 272 | 242 | 146 | 0 | 15 | 55 | 33 | 53 | 46 | 70 |
| Binary | 10111010 | 10100010 | 1100110 | 0 | 1101 | 101101 | 11011 | 101011 | 100110 | 111000 |
Color Harmonies of #BAA266
Complementary color
Monochromatic Colors of #BAA266
Black with #BAA266
Text Example
Text Example
White with #BAA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA266; }
p { color: rgb(186,162,102); }
H1.HeaderClassName
{
color: #BAA266;
}
.AnyTagClassName
{
color: #BAA266;
}
</style>
background-color css
<style>
a { background-color: #BAA266; }
a { background-color: rgb(186,162,102); }
div.DivClassName
{
background-color: #BAA266;
}
.BgClassName
{
background-color: #BAA266;
}
</style>
border-color css
<style>
span { border-color: #BAA266; }
span { border-color: rgb(186,162,102); }
td.TdClassName
{
border-color: #BAA266;
}
.TagClassName
{
border-color: #BAA266;
}
</style>