Shades of Laser #BEA869
Tints of Laser #BEA869
RGB
CMYK
RGB Variations
Color information
#BEA869 (or 0xBEA869) is known color: Laser. HEX triplet: BE, A8 and 69. RGB value is (190,168,105). Sum of RGB (Red+Green+Blue) = 190+168+105=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA869 is #415796. Grayscale: #A7A7A7. Windows color (decimal): -4282263 or 6924478. OLE color: 6924478.
HSL color Cylindrical-coordinate representation of color #BEA869: hue angle of 44.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEA869 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 105 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.25 |
| HSL | 44.47º | 0.4% | 0.58% | - |
| HSV(B) | 44.47º | 0.45% | 0.75% | - |
| XYZ | 37.79 | 39.97 | 19.09 | - |
| YUV | 167.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 105 | 0 | 0.12 | 0.45 | 0.25 | 44.47 | 0.4 | 0.58 |
| Hex | BE | A8 | 69 | 0 | C | 2D | 19 | 2C | 28 | 3A |
| Octal | 276 | 250 | 151 | 0 | 14 | 55 | 31 | 54 | 50 | 72 |
| Binary | 10111110 | 10101000 | 1101001 | 0 | 1100 | 101101 | 11001 | 101100 | 101000 | 111010 |
Color Harmonies of #BEA869
Complementary color
Monochromatic Colors of #BEA869
Black with #BEA869
Text Example
Text Example
White with #BEA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA869; }
p { color: rgb(190,168,105); }
H1.HeaderClassName
{
color: #BEA869;
}
.AnyTagClassName
{
color: #BEA869;
}
</style>
background-color css
<style>
a { background-color: #BEA869; }
a { background-color: rgb(190,168,105); }
div.DivClassName
{
background-color: #BEA869;
}
.BgClassName
{
background-color: #BEA869;
}
</style>
border-color css
<style>
span { border-color: #BEA869; }
span { border-color: rgb(190,168,105); }
td.TdClassName
{
border-color: #BEA869;
}
.TagClassName
{
border-color: #BEA869;
}
</style>