Shades of Laser #BEA266
Tints of Laser #BEA266
RGB
CMYK
RGB Variations
Color information
#BEA266 (or 0xBEA266) is known color: Laser. HEX triplet: BE, A2 and 66. RGB value is (190,162,102). Sum of RGB (Red+Green+Blue) = 190+162+102=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA266 is #415D99. Grayscale: #A3A3A3. Windows color (decimal): -4283802 or 6726334. OLE color: 6726334.
HSL color Cylindrical-coordinate representation of color #BEA266: hue angle of 40.91º 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 #BEA266 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 102 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.25 |
| HSL | 40.91º | 0.4% | 0.57% | - |
| HSV(B) | 40.91º | 0.46% | 0.75% | - |
| XYZ | 36.55 | 37.75 | 17.93 | - |
| YUV | 163.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 102 | 0 | 0.15 | 0.46 | 0.25 | 40.91 | 0.4 | 0.57 |
| Hex | BE | A2 | 66 | 0 | F | 2E | 19 | 29 | 28 | 39 |
| Octal | 276 | 242 | 146 | 0 | 17 | 56 | 31 | 51 | 50 | 71 |
| Binary | 10111110 | 10100010 | 1100110 | 0 | 1111 | 101110 | 11001 | 101001 | 101000 | 111001 |
Color Harmonies of #BEA266
Complementary color
Monochromatic Colors of #BEA266
Black with #BEA266
Text Example
Text Example
White with #BEA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA266; }
p { color: rgb(190,162,102); }
H1.HeaderClassName
{
color: #BEA266;
}
.AnyTagClassName
{
color: #BEA266;
}
</style>
background-color css
<style>
a { background-color: #BEA266; }
a { background-color: rgb(190,162,102); }
div.DivClassName
{
background-color: #BEA266;
}
.BgClassName
{
background-color: #BEA266;
}
</style>
border-color css
<style>
span { border-color: #BEA266; }
span { border-color: rgb(190,162,102); }
td.TdClassName
{
border-color: #BEA266;
}
.TagClassName
{
border-color: #BEA266;
}
</style>