Shades of Laser #BAA258
Tints of Laser #BAA258
RGB
CMYK
RGB Variations
Color information
#BAA258 (or 0xBAA258) is known color: Laser. HEX triplet: BA, A2 and 58. RGB value is (186,162,88). Sum of RGB (Red+Green+Blue) = 186+162+88=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA258 is #455DA7. Grayscale: #A1A1A1. Windows color (decimal): -4545960 or 5808826. OLE color: 5808826.
HSL color Cylindrical-coordinate representation of color #BAA258: hue angle of 45.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA258 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 88 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.27 |
| HSL | 45.31º | 0.42% | 0.54% | - |
| HSV(B) | 45.31º | 0.53% | 0.73% | - |
| XYZ | 34.93 | 36.98 | 14.53 | - |
| YUV | 160.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 88 | 0 | 0.13 | 0.53 | 0.27 | 45.31 | 0.42 | 0.54 |
| Hex | BA | A2 | 58 | 0 | D | 35 | 1B | 2D | 2A | 36 |
| Octal | 272 | 242 | 130 | 0 | 15 | 65 | 33 | 55 | 52 | 66 |
| Binary | 10111010 | 10100010 | 1011000 | 0 | 1101 | 110101 | 11011 | 101101 | 101010 | 110110 |
Color Harmonies of #BAA258
Complementary color
Monochromatic Colors of #BAA258
Black with #BAA258
Text Example
Text Example
White with #BAA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA258; }
p { color: rgb(186,162,88); }
H1.HeaderClassName
{
color: #BAA258;
}
.AnyTagClassName
{
color: #BAA258;
}
</style>
background-color css
<style>
a { background-color: #BAA258; }
a { background-color: rgb(186,162,88); }
div.DivClassName
{
background-color: #BAA258;
}
.BgClassName
{
background-color: #BAA258;
}
</style>
border-color css
<style>
span { border-color: #BAA258; }
span { border-color: rgb(186,162,88); }
td.TdClassName
{
border-color: #BAA258;
}
.TagClassName
{
border-color: #BAA258;
}
</style>