Shades of Laser #BAA05D
Tints of Laser #BAA05D
RGB
CMYK
RGB Variations
Color information
#BAA05D (or 0xBAA05D) is known color: Laser. HEX triplet: BA, A0 and 5D. RGB value is (186,160,93). Sum of RGB (Red+Green+Blue) = 186+160+93=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05D is #455FA2. Grayscale: #A0A0A0. Windows color (decimal): -4546467 or 6135994. OLE color: 6135994.
HSL color Cylindrical-coordinate representation of color #BAA05D: hue angle of 43.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAA05D is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 93 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.27 |
| HSL | 43.23º | 0.4% | 0.55% | - |
| HSV(B) | 43.23º | 0.5% | 0.73% | - |
| XYZ | 34.8 | 36.37 | 15.54 | - |
| YUV | 160.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 93 | 0 | 0.14 | 0.5 | 0.27 | 43.23 | 0.4 | 0.55 |
| Hex | BA | A0 | 5D | 0 | E | 32 | 1B | 2B | 28 | 37 |
| Octal | 272 | 240 | 135 | 0 | 16 | 62 | 33 | 53 | 50 | 67 |
| Binary | 10111010 | 10100000 | 1011101 | 0 | 1110 | 110010 | 11011 | 101011 | 101000 | 110111 |
Color Harmonies of #BAA05D
Complementary color
Monochromatic Colors of #BAA05D
Black with #BAA05D
Text Example
Text Example
White with #BAA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA05D; }
p { color: rgb(186,160,93); }
H1.HeaderClassName
{
color: #BAA05D;
}
.AnyTagClassName
{
color: #BAA05D;
}
</style>
background-color css
<style>
a { background-color: #BAA05D; }
a { background-color: rgb(186,160,93); }
div.DivClassName
{
background-color: #BAA05D;
}
.BgClassName
{
background-color: #BAA05D;
}
</style>
border-color css
<style>
span { border-color: #BAA05D; }
span { border-color: rgb(186,160,93); }
td.TdClassName
{
border-color: #BAA05D;
}
.TagClassName
{
border-color: #BAA05D;
}
</style>