Shades of Laser #BAA063
Tints of Laser #BAA063
RGB
CMYK
RGB Variations
Color information
#BAA063 (or 0xBAA063) is known color: Laser. HEX triplet: BA, A0 and 63. RGB value is (186,160,99). Sum of RGB (Red+Green+Blue) = 186+160+99=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA063 is #455F9C. Grayscale: #A1A1A1. Windows color (decimal): -4546461 or 6529210. OLE color: 6529210.
HSL color Cylindrical-coordinate representation of color #BAA063: hue angle of 42.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAA063 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 99 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.27 |
| HSL | 42.07º | 0.39% | 0.56% | - |
| HSV(B) | 42.07º | 0.47% | 0.73% | - |
| XYZ | 35.07 | 36.48 | 17 | - |
| YUV | 160.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 99 | 0 | 0.14 | 0.47 | 0.27 | 42.07 | 0.39 | 0.56 |
| Hex | BA | A0 | 63 | 0 | E | 2F | 1B | 2A | 27 | 38 |
| Octal | 272 | 240 | 143 | 0 | 16 | 57 | 33 | 52 | 47 | 70 |
| Binary | 10111010 | 10100000 | 1100011 | 0 | 1110 | 101111 | 11011 | 101010 | 100111 | 111000 |
Color Harmonies of #BAA063
Complementary color
Monochromatic Colors of #BAA063
Black with #BAA063
Text Example
Text Example
White with #BAA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA063; }
p { color: rgb(186,160,99); }
H1.HeaderClassName
{
color: #BAA063;
}
.AnyTagClassName
{
color: #BAA063;
}
</style>
background-color css
<style>
a { background-color: #BAA063; }
a { background-color: rgb(186,160,99); }
div.DivClassName
{
background-color: #BAA063;
}
.BgClassName
{
background-color: #BAA063;
}
</style>
border-color css
<style>
span { border-color: #BAA063; }
span { border-color: rgb(186,160,99); }
td.TdClassName
{
border-color: #BAA063;
}
.TagClassName
{
border-color: #BAA063;
}
</style>