Shades of Laser #BAA05E
Tints of Laser #BAA05E
RGB
CMYK
RGB Variations
Color information
#BAA05E (or 0xBAA05E) is known color: Laser. HEX triplet: BA, A0 and 5E. RGB value is (186,160,94). Sum of RGB (Red+Green+Blue) = 186+160+94=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05E is #455FA1. Grayscale: #A0A0A0. Windows color (decimal): -4546466 or 6201530. OLE color: 6201530.
HSL color Cylindrical-coordinate representation of color #BAA05E: hue angle of 43.04º 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 #BAA05E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 94 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.27 |
| HSL | 43.04º | 0.4% | 0.55% | - |
| HSV(B) | 43.04º | 0.49% | 0.73% | - |
| XYZ | 34.84 | 36.39 | 15.78 | - |
| YUV | 160.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 94 | 0 | 0.14 | 0.49 | 0.27 | 43.04 | 0.4 | 0.55 |
| Hex | BA | A0 | 5E | 0 | E | 31 | 1B | 2B | 28 | 37 |
| Octal | 272 | 240 | 136 | 0 | 16 | 61 | 33 | 53 | 50 | 67 |
| Binary | 10111010 | 10100000 | 1011110 | 0 | 1110 | 110001 | 11011 | 101011 | 101000 | 110111 |
Color Harmonies of #BAA05E
Complementary color
Monochromatic Colors of #BAA05E
Black with #BAA05E
Text Example
Text Example
White with #BAA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA05E; }
p { color: rgb(186,160,94); }
H1.HeaderClassName
{
color: #BAA05E;
}
.AnyTagClassName
{
color: #BAA05E;
}
</style>
background-color css
<style>
a { background-color: #BAA05E; }
a { background-color: rgb(186,160,94); }
div.DivClassName
{
background-color: #BAA05E;
}
.BgClassName
{
background-color: #BAA05E;
}
</style>
border-color css
<style>
span { border-color: #BAA05E; }
span { border-color: rgb(186,160,94); }
td.TdClassName
{
border-color: #BAA05E;
}
.TagClassName
{
border-color: #BAA05E;
}
</style>