Shades of Laser #BEA85E
Tints of Laser #BEA85E
RGB
CMYK
RGB Variations
Color information
#BEA85E (or 0xBEA85E) is known color: Laser. HEX triplet: BE, A8 and 5E. RGB value is (190,168,94). Sum of RGB (Red+Green+Blue) = 190+168+94=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA85E is #4157A1. Grayscale: #A6A6A6. Windows color (decimal): -4282274 or 6203582. OLE color: 6203582.
HSL color Cylindrical-coordinate representation of color #BEA85E: hue angle of 46.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEA85E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 94 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.25 |
| HSL | 46.25º | 0.42% | 0.56% | - |
| HSV(B) | 46.25º | 0.51% | 0.75% | - |
| XYZ | 37.26 | 39.76 | 16.3 | - |
| YUV | 166.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 94 | 0 | 0.12 | 0.51 | 0.25 | 46.25 | 0.42 | 0.56 |
| Hex | BE | A8 | 5E | 0 | C | 33 | 19 | 2E | 2A | 38 |
| Octal | 276 | 250 | 136 | 0 | 14 | 63 | 31 | 56 | 52 | 70 |
| Binary | 10111110 | 10101000 | 1011110 | 0 | 1100 | 110011 | 11001 | 101110 | 101010 | 111000 |
Color Harmonies of #BEA85E
Complementary color
Monochromatic Colors of #BEA85E
Black with #BEA85E
Text Example
Text Example
White with #BEA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA85E; }
p { color: rgb(190,168,94); }
H1.HeaderClassName
{
color: #BEA85E;
}
.AnyTagClassName
{
color: #BEA85E;
}
</style>
background-color css
<style>
a { background-color: #BEA85E; }
a { background-color: rgb(190,168,94); }
div.DivClassName
{
background-color: #BEA85E;
}
.BgClassName
{
background-color: #BEA85E;
}
</style>
border-color css
<style>
span { border-color: #BEA85E; }
span { border-color: rgb(190,168,94); }
td.TdClassName
{
border-color: #BEA85E;
}
.TagClassName
{
border-color: #BEA85E;
}
</style>