Shades of Laser #BEA665
Tints of Laser #BEA665
RGB
CMYK
RGB Variations
Color information
#BEA665 (or 0xBEA665) is known color: Laser. HEX triplet: BE, A6 and 65. RGB value is (190,166,101). Sum of RGB (Red+Green+Blue) = 190+166+101=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA665 is #41599A. Grayscale: #A6A6A6. Windows color (decimal): -4282779 or 6661822. OLE color: 6661822.
HSL color Cylindrical-coordinate representation of color #BEA665: hue angle of 43.82º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEA665 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 101 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.25 |
| HSL | 43.82º | 0.41% | 0.57% | - |
| HSV(B) | 43.82º | 0.47% | 0.75% | - |
| XYZ | 37.22 | 39.16 | 17.91 | - |
| YUV | 165.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 101 | 0 | 0.13 | 0.47 | 0.25 | 43.82 | 0.41 | 0.57 |
| Hex | BE | A6 | 65 | 0 | D | 2F | 19 | 2C | 29 | 39 |
| Octal | 276 | 246 | 145 | 0 | 15 | 57 | 31 | 54 | 51 | 71 |
| Binary | 10111110 | 10100110 | 1100101 | 0 | 1101 | 101111 | 11001 | 101100 | 101001 | 111001 |
Color Harmonies of #BEA665
Complementary color
Monochromatic Colors of #BEA665
Black with #BEA665
Text Example
Text Example
White with #BEA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA665; }
p { color: rgb(190,166,101); }
H1.HeaderClassName
{
color: #BEA665;
}
.AnyTagClassName
{
color: #BEA665;
}
</style>
background-color css
<style>
a { background-color: #BEA665; }
a { background-color: rgb(190,166,101); }
div.DivClassName
{
background-color: #BEA665;
}
.BgClassName
{
background-color: #BEA665;
}
</style>
border-color css
<style>
span { border-color: #BEA665; }
span { border-color: rgb(190,166,101); }
td.TdClassName
{
border-color: #BEA665;
}
.TagClassName
{
border-color: #BEA665;
}
</style>