Shades of Laser #BEA466
Tints of Laser #BEA466
RGB
CMYK
RGB Variations
Color information
#BEA466 (or 0xBEA466) is known color: Laser. HEX triplet: BE, A4 and 66. RGB value is (190,164,102). Sum of RGB (Red+Green+Blue) = 190+164+102=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA466 is #415B99. Grayscale: #A4A4A4. Windows color (decimal): -4283290 or 6726846. OLE color: 6726846.
HSL color Cylindrical-coordinate representation of color #BEA466: hue angle of 42.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEA466 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 102 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.25 |
| HSL | 42.27º | 0.4% | 0.57% | - |
| HSV(B) | 42.27º | 0.46% | 0.75% | - |
| XYZ | 36.91 | 38.46 | 18.05 | - |
| YUV | 164.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 102 | 0 | 0.14 | 0.46 | 0.25 | 42.27 | 0.4 | 0.57 |
| Hex | BE | A4 | 66 | 0 | E | 2E | 19 | 2A | 28 | 39 |
| Octal | 276 | 244 | 146 | 0 | 16 | 56 | 31 | 52 | 50 | 71 |
| Binary | 10111110 | 10100100 | 1100110 | 0 | 1110 | 101110 | 11001 | 101010 | 101000 | 111001 |
Color Harmonies of #BEA466
Complementary color
Monochromatic Colors of #BEA466
Black with #BEA466
Text Example
Text Example
White with #BEA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA466; }
p { color: rgb(190,164,102); }
H1.HeaderClassName
{
color: #BEA466;
}
.AnyTagClassName
{
color: #BEA466;
}
</style>
background-color css
<style>
a { background-color: #BEA466; }
a { background-color: rgb(190,164,102); }
div.DivClassName
{
background-color: #BEA466;
}
.BgClassName
{
background-color: #BEA466;
}
</style>
border-color css
<style>
span { border-color: #BEA466; }
span { border-color: rgb(190,164,102); }
td.TdClassName
{
border-color: #BEA466;
}
.TagClassName
{
border-color: #BEA466;
}
</style>