Shades of Laser #BEA666
Tints of Laser #BEA666
RGB
CMYK
RGB Variations
Color information
#BEA666 (or 0xBEA666) is known color: Laser. HEX triplet: BE, A6 and 66. RGB value is (190,166,102). Sum of RGB (Red+Green+Blue) = 190+166+102=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA666 is #415999. Grayscale: #A6A6A6. Windows color (decimal): -4282778 or 6727358. OLE color: 6727358.
HSL color Cylindrical-coordinate representation of color #BEA666: hue angle of 43.64º 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 #BEA666 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 102 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.25 |
| HSL | 43.64º | 0.4% | 0.57% | - |
| HSV(B) | 43.64º | 0.46% | 0.75% | - |
| XYZ | 37.27 | 39.18 | 18.17 | - |
| YUV | 165.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 102 | 0 | 0.13 | 0.46 | 0.25 | 43.64 | 0.4 | 0.57 |
| Hex | BE | A6 | 66 | 0 | D | 2E | 19 | 2C | 28 | 39 |
| Octal | 276 | 246 | 146 | 0 | 15 | 56 | 31 | 54 | 50 | 71 |
| Binary | 10111110 | 10100110 | 1100110 | 0 | 1101 | 101110 | 11001 | 101100 | 101000 | 111001 |
Color Harmonies of #BEA666
Complementary color
Monochromatic Colors of #BEA666
Black with #BEA666
Text Example
Text Example
White with #BEA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA666; }
p { color: rgb(190,166,102); }
H1.HeaderClassName
{
color: #BEA666;
}
.AnyTagClassName
{
color: #BEA666;
}
</style>
background-color css
<style>
a { background-color: #BEA666; }
a { background-color: rgb(190,166,102); }
div.DivClassName
{
background-color: #BEA666;
}
.BgClassName
{
background-color: #BEA666;
}
</style>
border-color css
<style>
span { border-color: #BEA666; }
span { border-color: rgb(190,166,102); }
td.TdClassName
{
border-color: #BEA666;
}
.TagClassName
{
border-color: #BEA666;
}
</style>