Shades of Laser #BAA268
Tints of Laser #BAA268
RGB
CMYK
RGB Variations
Color information
#BAA268 (or 0xBAA268) is known color: Laser. HEX triplet: BA, A2 and 68. RGB value is (186,162,104). Sum of RGB (Red+Green+Blue) = 186+162+104=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA268 is #455D97. Grayscale: #A2A2A2. Windows color (decimal): -4545944 or 6857402. OLE color: 6857402.
HSL color Cylindrical-coordinate representation of color #BAA268: hue angle of 42.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA268 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 104 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.27 |
| HSL | 42.44º | 0.37% | 0.57% | - |
| HSV(B) | 42.44º | 0.44% | 0.73% | - |
| XYZ | 35.67 | 37.28 | 18.41 | - |
| YUV | 162.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 104 | 0 | 0.13 | 0.44 | 0.27 | 42.44 | 0.37 | 0.57 |
| Hex | BA | A2 | 68 | 0 | D | 2C | 1B | 2A | 25 | 39 |
| Octal | 272 | 242 | 150 | 0 | 15 | 54 | 33 | 52 | 45 | 71 |
| Binary | 10111010 | 10100010 | 1101000 | 0 | 1101 | 101100 | 11011 | 101010 | 100101 | 111001 |
Color Harmonies of #BAA268
Complementary color
Monochromatic Colors of #BAA268
Black with #BAA268
Text Example
Text Example
White with #BAA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA268; }
p { color: rgb(186,162,104); }
H1.HeaderClassName
{
color: #BAA268;
}
.AnyTagClassName
{
color: #BAA268;
}
</style>
background-color css
<style>
a { background-color: #BAA268; }
a { background-color: rgb(186,162,104); }
div.DivClassName
{
background-color: #BAA268;
}
.BgClassName
{
background-color: #BAA268;
}
</style>
border-color css
<style>
span { border-color: #BAA268; }
span { border-color: rgb(186,162,104); }
td.TdClassName
{
border-color: #BAA268;
}
.TagClassName
{
border-color: #BAA268;
}
</style>