Shades of Laser #BEA660
Tints of Laser #BEA660
RGB
CMYK
RGB Variations
Color information
#BEA660 (or 0xBEA660) is known color: Laser. HEX triplet: BE, A6 and 60. RGB value is (190,166,96). Sum of RGB (Red+Green+Blue) = 190+166+96=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA660 is #41599F. Grayscale: #A5A5A5. Windows color (decimal): -4282784 or 6334142. OLE color: 6334142.
HSL color Cylindrical-coordinate representation of color #BEA660: hue angle of 44.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEA660 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 96 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.25 |
| HSL | 44.68º | 0.42% | 0.56% | - |
| HSV(B) | 44.68º | 0.49% | 0.75% | - |
| XYZ | 36.98 | 39.06 | 16.66 | - |
| YUV | 165.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 96 | 0 | 0.13 | 0.49 | 0.25 | 44.68 | 0.42 | 0.56 |
| Hex | BE | A6 | 60 | 0 | D | 31 | 19 | 2D | 2A | 38 |
| Octal | 276 | 246 | 140 | 0 | 15 | 61 | 31 | 55 | 52 | 70 |
| Binary | 10111110 | 10100110 | 1100000 | 0 | 1101 | 110001 | 11001 | 101101 | 101010 | 111000 |
Color Harmonies of #BEA660
Complementary color
Monochromatic Colors of #BEA660
Black with #BEA660
Text Example
Text Example
White with #BEA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA660; }
p { color: rgb(190,166,96); }
H1.HeaderClassName
{
color: #BEA660;
}
.AnyTagClassName
{
color: #BEA660;
}
</style>
background-color css
<style>
a { background-color: #BEA660; }
a { background-color: rgb(190,166,96); }
div.DivClassName
{
background-color: #BEA660;
}
.BgClassName
{
background-color: #BEA660;
}
</style>
border-color css
<style>
span { border-color: #BEA660; }
span { border-color: rgb(190,166,96); }
td.TdClassName
{
border-color: #BEA660;
}
.TagClassName
{
border-color: #BEA660;
}
</style>