Shades of Laser #BEA96A
Tints of Laser #BEA96A
RGB
CMYK
RGB Variations
Color information
#BEA96A (or 0xBEA96A) is known color: Laser. HEX triplet: BE, A9 and 6A. RGB value is (190,169,106). Sum of RGB (Red+Green+Blue) = 190+169+106=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA96A is #415695. Grayscale: #A8A8A8. Windows color (decimal): -4282006 or 6990270. OLE color: 6990270.
HSL color Cylindrical-coordinate representation of color #BEA96A: hue angle of 45º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA96A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 106 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.25 |
| HSL | 45º | 0.39% | 0.58% | - |
| HSV(B) | 45º | 0.44% | 0.75% | - |
| XYZ | 38.02 | 40.36 | 19.42 | - |
| YUV | 168.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 106 | 0 | 0.11 | 0.44 | 0.25 | 45 | 0.39 | 0.58 |
| Hex | BE | A9 | 6A | 0 | B | 2C | 19 | 2D | 27 | 3A |
| Octal | 276 | 251 | 152 | 0 | 13 | 54 | 31 | 55 | 47 | 72 |
| Binary | 10111110 | 10101001 | 1101010 | 0 | 1011 | 101100 | 11001 | 101101 | 100111 | 111010 |
Color Harmonies of #BEA96A
Complementary color
Monochromatic Colors of #BEA96A
Black with #BEA96A
Text Example
Text Example
White with #BEA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA96A; }
p { color: rgb(190,169,106); }
H1.HeaderClassName
{
color: #BEA96A;
}
.AnyTagClassName
{
color: #BEA96A;
}
</style>
background-color css
<style>
a { background-color: #BEA96A; }
a { background-color: rgb(190,169,106); }
div.DivClassName
{
background-color: #BEA96A;
}
.BgClassName
{
background-color: #BEA96A;
}
</style>
border-color css
<style>
span { border-color: #BEA96A; }
span { border-color: rgb(190,169,106); }
td.TdClassName
{
border-color: #BEA96A;
}
.TagClassName
{
border-color: #BEA96A;
}
</style>