Shades of Laser #BAA05C
Tints of Laser #BAA05C
RGB
CMYK
RGB Variations
Color information
#BAA05C (or 0xBAA05C) is known color: Laser. HEX triplet: BA, A0 and 5C. RGB value is (186,160,92). Sum of RGB (Red+Green+Blue) = 186+160+92=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA05C is #455FA3. Grayscale: #A0A0A0. Windows color (decimal): -4546468 or 6070458. OLE color: 6070458.
HSL color Cylindrical-coordinate representation of color #BAA05C: hue angle of 43.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA05C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 92 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.27 |
| HSL | 43.4º | 0.41% | 0.55% | - |
| HSV(B) | 43.4º | 0.51% | 0.73% | - |
| XYZ | 34.75 | 36.35 | 15.31 | - |
| YUV | 160.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 92 | 0 | 0.14 | 0.51 | 0.27 | 43.4 | 0.41 | 0.55 |
| Hex | BA | A0 | 5C | 0 | E | 33 | 1B | 2B | 29 | 37 |
| Octal | 272 | 240 | 134 | 0 | 16 | 63 | 33 | 53 | 51 | 67 |
| Binary | 10111010 | 10100000 | 1011100 | 0 | 1110 | 110011 | 11011 | 101011 | 101001 | 110111 |
Color Harmonies of #BAA05C
Complementary color
Monochromatic Colors of #BAA05C
Black with #BAA05C
Text Example
Text Example
White with #BAA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA05C; }
p { color: rgb(186,160,92); }
H1.HeaderClassName
{
color: #BAA05C;
}
.AnyTagClassName
{
color: #BAA05C;
}
</style>
background-color css
<style>
a { background-color: #BAA05C; }
a { background-color: rgb(186,160,92); }
div.DivClassName
{
background-color: #BAA05C;
}
.BgClassName
{
background-color: #BAA05C;
}
</style>
border-color css
<style>
span { border-color: #BAA05C; }
span { border-color: rgb(186,160,92); }
td.TdClassName
{
border-color: #BAA05C;
}
.TagClassName
{
border-color: #BAA05C;
}
</style>