Shades of Laser #BAA25B
Tints of Laser #BAA25B
RGB
CMYK
RGB Variations
Color information
#BAA25B (or 0xBAA25B) is known color: Laser. HEX triplet: BA, A2 and 5B. RGB value is (186,162,91). Sum of RGB (Red+Green+Blue) = 186+162+91=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA25B is #455DA4. Grayscale: #A1A1A1. Windows color (decimal): -4545957 or 6005434. OLE color: 6005434.
HSL color Cylindrical-coordinate representation of color #BAA25B: hue angle of 44.84º 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 #BAA25B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 91 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.27 |
| HSL | 44.84º | 0.41% | 0.54% | - |
| HSV(B) | 44.84º | 0.51% | 0.73% | - |
| XYZ | 35.06 | 37.04 | 15.2 | - |
| YUV | 161.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 91 | 0 | 0.13 | 0.51 | 0.27 | 44.84 | 0.41 | 0.54 |
| Hex | BA | A2 | 5B | 0 | D | 33 | 1B | 2D | 29 | 36 |
| Octal | 272 | 242 | 133 | 0 | 15 | 63 | 33 | 55 | 51 | 66 |
| Binary | 10111010 | 10100010 | 1011011 | 0 | 1101 | 110011 | 11011 | 101101 | 101001 | 110110 |
Color Harmonies of #BAA25B
Complementary color
Monochromatic Colors of #BAA25B
Black with #BAA25B
Text Example
Text Example
White with #BAA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA25B; }
p { color: rgb(186,162,91); }
H1.HeaderClassName
{
color: #BAA25B;
}
.AnyTagClassName
{
color: #BAA25B;
}
</style>
background-color css
<style>
a { background-color: #BAA25B; }
a { background-color: rgb(186,162,91); }
div.DivClassName
{
background-color: #BAA25B;
}
.BgClassName
{
background-color: #BAA25B;
}
</style>
border-color css
<style>
span { border-color: #BAA25B; }
span { border-color: rgb(186,162,91); }
td.TdClassName
{
border-color: #BAA25B;
}
.TagClassName
{
border-color: #BAA25B;
}
</style>