Shades of Laser #BEA156
Tints of Laser #BEA156
RGB
CMYK
RGB Variations
Color information
#BEA156 (or 0xBEA156) is known color: Laser. HEX triplet: BE, A1 and 56. RGB value is (190,161,86). Sum of RGB (Red+Green+Blue) = 190+161+86=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA156 is #415EA9. Grayscale: #A1A1A1. Windows color (decimal): -4284074 or 5677502. OLE color: 5677502.
HSL color Cylindrical-coordinate representation of color #BEA156: hue angle of 43.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEA156 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 86 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.25 |
| HSL | 43.27º | 0.44% | 0.54% | - |
| HSV(B) | 43.27º | 0.55% | 0.75% | - |
| XYZ | 35.66 | 37.11 | 14.09 | - |
| YUV | 161.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 86 | 0 | 0.15 | 0.55 | 0.25 | 43.27 | 0.44 | 0.54 |
| Hex | BE | A1 | 56 | 0 | F | 37 | 19 | 2B | 2C | 36 |
| Octal | 276 | 241 | 126 | 0 | 17 | 67 | 31 | 53 | 54 | 66 |
| Binary | 10111110 | 10100001 | 1010110 | 0 | 1111 | 110111 | 11001 | 101011 | 101100 | 110110 |
Color Harmonies of #BEA156
Complementary color
Monochromatic Colors of #BEA156
Black with #BEA156
Text Example
Text Example
White with #BEA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA156; }
p { color: rgb(190,161,86); }
H1.HeaderClassName
{
color: #BEA156;
}
.AnyTagClassName
{
color: #BEA156;
}
</style>
background-color css
<style>
a { background-color: #BEA156; }
a { background-color: rgb(190,161,86); }
div.DivClassName
{
background-color: #BEA156;
}
.BgClassName
{
background-color: #BEA156;
}
</style>
border-color css
<style>
span { border-color: #BEA156; }
span { border-color: rgb(190,161,86); }
td.TdClassName
{
border-color: #BEA156;
}
.TagClassName
{
border-color: #BEA156;
}
</style>