Shades of Laser #BAA35E
Tints of Laser #BAA35E
RGB
CMYK
RGB Variations
Color information
#BAA35E (or 0xBAA35E) is known color: Laser. HEX triplet: BA, A3 and 5E. RGB value is (186,163,94). Sum of RGB (Red+Green+Blue) = 186+163+94=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA35E is #455CA1. Grayscale: #A2A2A2. Windows color (decimal): -4545698 or 6202298. OLE color: 6202298.
HSL color Cylindrical-coordinate representation of color #BAA35E: hue angle of 45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAA35E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 94 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.27 |
| HSL | 45º | 0.4% | 0.55% | - |
| HSV(B) | 45º | 0.49% | 0.73% | - |
| XYZ | 35.37 | 37.44 | 15.95 | - |
| YUV | 162.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 94 | 0 | 0.12 | 0.49 | 0.27 | 45 | 0.4 | 0.55 |
| Hex | BA | A3 | 5E | 0 | C | 31 | 1B | 2D | 28 | 37 |
| Octal | 272 | 243 | 136 | 0 | 14 | 61 | 33 | 55 | 50 | 67 |
| Binary | 10111010 | 10100011 | 1011110 | 0 | 1100 | 110001 | 11011 | 101101 | 101000 | 110111 |
Color Harmonies of #BAA35E
Complementary color
Monochromatic Colors of #BAA35E
Black with #BAA35E
Text Example
Text Example
White with #BAA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA35E; }
p { color: rgb(186,163,94); }
H1.HeaderClassName
{
color: #BAA35E;
}
.AnyTagClassName
{
color: #BAA35E;
}
</style>
background-color css
<style>
a { background-color: #BAA35E; }
a { background-color: rgb(186,163,94); }
div.DivClassName
{
background-color: #BAA35E;
}
.BgClassName
{
background-color: #BAA35E;
}
</style>
border-color css
<style>
span { border-color: #BAA35E; }
span { border-color: rgb(186,163,94); }
td.TdClassName
{
border-color: #BAA35E;
}
.TagClassName
{
border-color: #BAA35E;
}
</style>