Shades of Laser #BEA659
Tints of Laser #BEA659
RGB
CMYK
RGB Variations
Color information
#BEA659 (or 0xBEA659) is known color: Laser. HEX triplet: BE, A6 and 59. RGB value is (190,166,89). Sum of RGB (Red+Green+Blue) = 190+166+89=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA659 is #4159A6. Grayscale: #A4A4A4. Windows color (decimal): -4282791 or 5875390. OLE color: 5875390.
HSL color Cylindrical-coordinate representation of color #BEA659: hue angle of 45.74º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEA659 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 89 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.25 |
| HSL | 45.74º | 0.44% | 0.55% | - |
| HSV(B) | 45.74º | 0.53% | 0.75% | - |
| XYZ | 36.67 | 38.94 | 15.03 | - |
| YUV | 164.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 89 | 0 | 0.13 | 0.53 | 0.25 | 45.74 | 0.44 | 0.55 |
| Hex | BE | A6 | 59 | 0 | D | 35 | 19 | 2E | 2C | 37 |
| Octal | 276 | 246 | 131 | 0 | 15 | 65 | 31 | 56 | 54 | 67 |
| Binary | 10111110 | 10100110 | 1011001 | 0 | 1101 | 110101 | 11001 | 101110 | 101100 | 110111 |
Color Harmonies of #BEA659
Complementary color
Monochromatic Colors of #BEA659
Black with #BEA659
Text Example
Text Example
White with #BEA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA659; }
p { color: rgb(190,166,89); }
H1.HeaderClassName
{
color: #BEA659;
}
.AnyTagClassName
{
color: #BEA659;
}
</style>
background-color css
<style>
a { background-color: #BEA659; }
a { background-color: rgb(190,166,89); }
div.DivClassName
{
background-color: #BEA659;
}
.BgClassName
{
background-color: #BEA659;
}
</style>
border-color css
<style>
span { border-color: #BEA659; }
span { border-color: rgb(190,166,89); }
td.TdClassName
{
border-color: #BEA659;
}
.TagClassName
{
border-color: #BEA659;
}
</style>