Shades of Laser #BEA25E
Tints of Laser #BEA25E
RGB
CMYK
RGB Variations
Color information
#BEA25E (or 0xBEA25E) is known color: Laser. HEX triplet: BE, A2 and 5E. RGB value is (190,162,94). Sum of RGB (Red+Green+Blue) = 190+162+94=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA25E is #415DA1. Grayscale: #A2A2A2. Windows color (decimal): -4283810 or 6202046. OLE color: 6202046.
HSL color Cylindrical-coordinate representation of color #BEA25E: hue angle of 42.5º 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 #BEA25E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 94 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.25 |
| HSL | 42.5º | 0.42% | 0.56% | - |
| HSV(B) | 42.5º | 0.51% | 0.75% | - |
| XYZ | 36.18 | 37.6 | 15.94 | - |
| YUV | 162.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 94 | 0 | 0.15 | 0.51 | 0.25 | 42.5 | 0.42 | 0.56 |
| Hex | BE | A2 | 5E | 0 | F | 33 | 19 | 2A | 2A | 38 |
| Octal | 276 | 242 | 136 | 0 | 17 | 63 | 31 | 52 | 52 | 70 |
| Binary | 10111110 | 10100010 | 1011110 | 0 | 1111 | 110011 | 11001 | 101010 | 101010 | 111000 |
Color Harmonies of #BEA25E
Complementary color
Monochromatic Colors of #BEA25E
Black with #BEA25E
Text Example
Text Example
White with #BEA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA25E; }
p { color: rgb(190,162,94); }
H1.HeaderClassName
{
color: #BEA25E;
}
.AnyTagClassName
{
color: #BEA25E;
}
</style>
background-color css
<style>
a { background-color: #BEA25E; }
a { background-color: rgb(190,162,94); }
div.DivClassName
{
background-color: #BEA25E;
}
.BgClassName
{
background-color: #BEA25E;
}
</style>
border-color css
<style>
span { border-color: #BEA25E; }
span { border-color: rgb(190,162,94); }
td.TdClassName
{
border-color: #BEA25E;
}
.TagClassName
{
border-color: #BEA25E;
}
</style>