Shades of Laser #BAA15B
Tints of Laser #BAA15B
RGB
CMYK
RGB Variations
Color information
#BAA15B (or 0xBAA15B) is known color: Laser. HEX triplet: BA, A1 and 5B. RGB value is (186,161,91). Sum of RGB (Red+Green+Blue) = 186+161+91=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15B is #455EA4. Grayscale: #A0A0A0. Windows color (decimal): -4546213 or 6005178. OLE color: 6005178.
HSL color Cylindrical-coordinate representation of color #BAA15B: hue angle of 44.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA15B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 91 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.27 |
| HSL | 44.21º | 0.41% | 0.54% | - |
| HSV(B) | 44.21º | 0.51% | 0.73% | - |
| XYZ | 34.88 | 36.68 | 15.14 | - |
| YUV | 160.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 91 | 0 | 0.13 | 0.51 | 0.27 | 44.21 | 0.41 | 0.54 |
| Hex | BA | A1 | 5B | 0 | D | 33 | 1B | 2C | 29 | 36 |
| Octal | 272 | 241 | 133 | 0 | 15 | 63 | 33 | 54 | 51 | 66 |
| Binary | 10111010 | 10100001 | 1011011 | 0 | 1101 | 110011 | 11011 | 101100 | 101001 | 110110 |
Color Harmonies of #BAA15B
Complementary color
Monochromatic Colors of #BAA15B
Black with #BAA15B
Text Example
Text Example
White with #BAA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA15B; }
p { color: rgb(186,161,91); }
H1.HeaderClassName
{
color: #BAA15B;
}
.AnyTagClassName
{
color: #BAA15B;
}
</style>
background-color css
<style>
a { background-color: #BAA15B; }
a { background-color: rgb(186,161,91); }
div.DivClassName
{
background-color: #BAA15B;
}
.BgClassName
{
background-color: #BAA15B;
}
</style>
border-color css
<style>
span { border-color: #BAA15B; }
span { border-color: rgb(186,161,91); }
td.TdClassName
{
border-color: #BAA15B;
}
.TagClassName
{
border-color: #BAA15B;
}
</style>