Shades of Laser #BAA25F
Tints of Laser #BAA25F
RGB
CMYK
RGB Variations
Color information
#BAA25F (or 0xBAA25F) is known color: Laser. HEX triplet: BA, A2 and 5F. RGB value is (186,162,95). Sum of RGB (Red+Green+Blue) = 186+162+95=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA25F is #455DA0. Grayscale: #A1A1A1. Windows color (decimal): -4545953 or 6267578. OLE color: 6267578.
HSL color Cylindrical-coordinate representation of color #BAA25F: hue angle of 44.18º 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 #BAA25F is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 95 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.27 |
| HSL | 44.18º | 0.4% | 0.55% | - |
| HSV(B) | 44.18º | 0.49% | 0.73% | - |
| XYZ | 35.24 | 37.11 | 16.13 | - |
| YUV | 161.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 95 | 0 | 0.13 | 0.49 | 0.27 | 44.18 | 0.4 | 0.55 |
| Hex | BA | A2 | 5F | 0 | D | 31 | 1B | 2C | 28 | 37 |
| Octal | 272 | 242 | 137 | 0 | 15 | 61 | 33 | 54 | 50 | 67 |
| Binary | 10111010 | 10100010 | 1011111 | 0 | 1101 | 110001 | 11011 | 101100 | 101000 | 110111 |
Color Harmonies of #BAA25F
Complementary color
Monochromatic Colors of #BAA25F
Black with #BAA25F
Text Example
Text Example
White with #BAA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA25F; }
p { color: rgb(186,162,95); }
H1.HeaderClassName
{
color: #BAA25F;
}
.AnyTagClassName
{
color: #BAA25F;
}
</style>
background-color css
<style>
a { background-color: #BAA25F; }
a { background-color: rgb(186,162,95); }
div.DivClassName
{
background-color: #BAA25F;
}
.BgClassName
{
background-color: #BAA25F;
}
</style>
border-color css
<style>
span { border-color: #BAA25F; }
span { border-color: rgb(186,162,95); }
td.TdClassName
{
border-color: #BAA25F;
}
.TagClassName
{
border-color: #BAA25F;
}
</style>