Shades of Laser #BEA766
Tints of Laser #BEA766
RGB
CMYK
RGB Variations
Color information
#BEA766 (or 0xBEA766) is known color: Laser. HEX triplet: BE, A7 and 66. RGB value is (190,167,102). Sum of RGB (Red+Green+Blue) = 190+167+102=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA766 is #415899. Grayscale: #A6A6A6. Windows color (decimal): -4282522 or 6727614. OLE color: 6727614.
HSL color Cylindrical-coordinate representation of color #BEA766: hue angle of 44.32º 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 #BEA766 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 102 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.25 |
| HSL | 44.32º | 0.4% | 0.57% | - |
| HSV(B) | 44.32º | 0.46% | 0.75% | - |
| XYZ | 37.45 | 39.54 | 18.23 | - |
| YUV | 166.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 102 | 0 | 0.12 | 0.46 | 0.25 | 44.32 | 0.4 | 0.57 |
| Hex | BE | A7 | 66 | 0 | C | 2E | 19 | 2C | 28 | 39 |
| Octal | 276 | 247 | 146 | 0 | 14 | 56 | 31 | 54 | 50 | 71 |
| Binary | 10111110 | 10100111 | 1100110 | 0 | 1100 | 101110 | 11001 | 101100 | 101000 | 111001 |
Color Harmonies of #BEA766
Complementary color
Monochromatic Colors of #BEA766
Black with #BEA766
Text Example
Text Example
White with #BEA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA766; }
p { color: rgb(190,167,102); }
H1.HeaderClassName
{
color: #BEA766;
}
.AnyTagClassName
{
color: #BEA766;
}
</style>
background-color css
<style>
a { background-color: #BEA766; }
a { background-color: rgb(190,167,102); }
div.DivClassName
{
background-color: #BEA766;
}
.BgClassName
{
background-color: #BEA766;
}
</style>
border-color css
<style>
span { border-color: #BEA766; }
span { border-color: rgb(190,167,102); }
td.TdClassName
{
border-color: #BEA766;
}
.TagClassName
{
border-color: #BEA766;
}
</style>