Shades of Laser #BEA661
Tints of Laser #BEA661
RGB
CMYK
RGB Variations
Color information
#BEA661 (or 0xBEA661) is known color: Laser. HEX triplet: BE, A6 and 61. RGB value is (190,166,97). Sum of RGB (Red+Green+Blue) = 190+166+97=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA661 is #41599E. Grayscale: #A5A5A5. Windows color (decimal): -4282783 or 6399678. OLE color: 6399678.
HSL color Cylindrical-coordinate representation of color #BEA661: hue angle of 44.52º 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 #BEA661 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 97 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.25 |
| HSL | 44.52º | 0.42% | 0.56% | - |
| HSV(B) | 44.52º | 0.49% | 0.75% | - |
| XYZ | 37.03 | 39.08 | 16.9 | - |
| YUV | 165.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 97 | 0 | 0.13 | 0.49 | 0.25 | 44.52 | 0.42 | 0.56 |
| Hex | BE | A6 | 61 | 0 | D | 31 | 19 | 2D | 2A | 38 |
| Octal | 276 | 246 | 141 | 0 | 15 | 61 | 31 | 55 | 52 | 70 |
| Binary | 10111110 | 10100110 | 1100001 | 0 | 1101 | 110001 | 11001 | 101101 | 101010 | 111000 |
Color Harmonies of #BEA661
Complementary color
Monochromatic Colors of #BEA661
Black with #BEA661
Text Example
Text Example
White with #BEA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA661; }
p { color: rgb(190,166,97); }
H1.HeaderClassName
{
color: #BEA661;
}
.AnyTagClassName
{
color: #BEA661;
}
</style>
background-color css
<style>
a { background-color: #BEA661; }
a { background-color: rgb(190,166,97); }
div.DivClassName
{
background-color: #BEA661;
}
.BgClassName
{
background-color: #BEA661;
}
</style>
border-color css
<style>
span { border-color: #BEA661; }
span { border-color: rgb(190,166,97); }
td.TdClassName
{
border-color: #BEA661;
}
.TagClassName
{
border-color: #BEA661;
}
</style>