Shades of Laser #BAA05A
Tints of Laser #BAA05A
RGB
CMYK
RGB Variations
Color information
#BAA05A (or 0xBAA05A) is known color: Laser. HEX triplet: BA, A0 and 5A. RGB value is (186,160,90). Sum of RGB (Red+Green+Blue) = 186+160+90=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05A is #455FA5. Grayscale: #A0A0A0. Windows color (decimal): -4546470 or 5939386. OLE color: 5939386.
HSL color Cylindrical-coordinate representation of color #BAA05A: hue angle of 43.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAA05A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 90 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.27 |
| HSL | 43.75º | 0.41% | 0.54% | - |
| HSV(B) | 43.75º | 0.52% | 0.73% | - |
| XYZ | 34.67 | 36.32 | 14.86 | - |
| YUV | 159.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 90 | 0 | 0.14 | 0.52 | 0.27 | 43.75 | 0.41 | 0.54 |
| Hex | BA | A0 | 5A | 0 | E | 34 | 1B | 2C | 29 | 36 |
| Octal | 272 | 240 | 132 | 0 | 16 | 64 | 33 | 54 | 51 | 66 |
| Binary | 10111010 | 10100000 | 1011010 | 0 | 1110 | 110100 | 11011 | 101100 | 101001 | 110110 |
Color Harmonies of #BAA05A
Complementary color
Monochromatic Colors of #BAA05A
Black with #BAA05A
Text Example
Text Example
White with #BAA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA05A; }
p { color: rgb(186,160,90); }
H1.HeaderClassName
{
color: #BAA05A;
}
.AnyTagClassName
{
color: #BAA05A;
}
</style>
background-color css
<style>
a { background-color: #BAA05A; }
a { background-color: rgb(186,160,90); }
div.DivClassName
{
background-color: #BAA05A;
}
.BgClassName
{
background-color: #BAA05A;
}
</style>
border-color css
<style>
span { border-color: #BAA05A; }
span { border-color: rgb(186,160,90); }
td.TdClassName
{
border-color: #BAA05A;
}
.TagClassName
{
border-color: #BAA05A;
}
</style>