Shades of Laser #BAA05B
Tints of Laser #BAA05B
RGB
CMYK
RGB Variations
Color information
#BAA05B (or 0xBAA05B) is known color: Laser. HEX triplet: BA, A0 and 5B. RGB value is (186,160,91). Sum of RGB (Red+Green+Blue) = 186+160+91=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05B is #455FA4. Grayscale: #A0A0A0. Windows color (decimal): -4546469 or 6004922. OLE color: 6004922.
HSL color Cylindrical-coordinate representation of color #BAA05B: hue angle of 43.58º 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 #BAA05B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 91 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.27 |
| HSL | 43.58º | 0.41% | 0.54% | - |
| HSV(B) | 43.58º | 0.51% | 0.73% | - |
| XYZ | 34.71 | 36.34 | 15.08 | - |
| YUV | 159.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 91 | 0 | 0.14 | 0.51 | 0.27 | 43.58 | 0.41 | 0.54 |
| Hex | BA | A0 | 5B | 0 | E | 33 | 1B | 2C | 29 | 36 |
| Octal | 272 | 240 | 133 | 0 | 16 | 63 | 33 | 54 | 51 | 66 |
| Binary | 10111010 | 10100000 | 1011011 | 0 | 1110 | 110011 | 11011 | 101100 | 101001 | 110110 |
Color Harmonies of #BAA05B
Complementary color
Monochromatic Colors of #BAA05B
Black with #BAA05B
Text Example
Text Example
White with #BAA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA05B; }
p { color: rgb(186,160,91); }
H1.HeaderClassName
{
color: #BAA05B;
}
.AnyTagClassName
{
color: #BAA05B;
}
</style>
background-color css
<style>
a { background-color: #BAA05B; }
a { background-color: rgb(186,160,91); }
div.DivClassName
{
background-color: #BAA05B;
}
.BgClassName
{
background-color: #BAA05B;
}
</style>
border-color css
<style>
span { border-color: #BAA05B; }
span { border-color: rgb(186,160,91); }
td.TdClassName
{
border-color: #BAA05B;
}
.TagClassName
{
border-color: #BAA05B;
}
</style>