Shades of Laser #BEA859
Tints of Laser #BEA859
RGB
CMYK
RGB Variations
Color information
#BEA859 (or 0xBEA859) is known color: Laser. HEX triplet: BE, A8 and 59. RGB value is (190,168,89). Sum of RGB (Red+Green+Blue) = 190+168+89=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA859 is #4157A6. Grayscale: #A5A5A5. Windows color (decimal): -4282279 or 5875902. OLE color: 5875902.
HSL color Cylindrical-coordinate representation of color #BEA859: hue angle of 46.93º 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 #BEA859 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 89 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.25 |
| HSL | 46.93º | 0.44% | 0.55% | - |
| HSV(B) | 46.93º | 0.53% | 0.75% | - |
| XYZ | 37.04 | 39.67 | 15.16 | - |
| YUV | 165.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 89 | 0 | 0.12 | 0.53 | 0.25 | 46.93 | 0.44 | 0.55 |
| Hex | BE | A8 | 59 | 0 | C | 35 | 19 | 2F | 2C | 37 |
| Octal | 276 | 250 | 131 | 0 | 14 | 65 | 31 | 57 | 54 | 67 |
| Binary | 10111110 | 10101000 | 1011001 | 0 | 1100 | 110101 | 11001 | 101111 | 101100 | 110111 |
Color Harmonies of #BEA859
Complementary color
Monochromatic Colors of #BEA859
Black with #BEA859
Text Example
Text Example
White with #BEA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA859; }
p { color: rgb(190,168,89); }
H1.HeaderClassName
{
color: #BEA859;
}
.AnyTagClassName
{
color: #BEA859;
}
</style>
background-color css
<style>
a { background-color: #BEA859; }
a { background-color: rgb(190,168,89); }
div.DivClassName
{
background-color: #BEA859;
}
.BgClassName
{
background-color: #BEA859;
}
</style>
border-color css
<style>
span { border-color: #BEA859; }
span { border-color: rgb(190,168,89); }
td.TdClassName
{
border-color: #BEA859;
}
.TagClassName
{
border-color: #BEA859;
}
</style>