Shades of Laser #BEA95E
Tints of Laser #BEA95E
RGB
CMYK
RGB Variations
Color information
#BEA95E (or 0xBEA95E) is known color: Laser. HEX triplet: BE, A9 and 5E. RGB value is (190,169,94). Sum of RGB (Red+Green+Blue) = 190+169+94=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA95E is #4156A1. Grayscale: #A7A7A7. Windows color (decimal): -4282018 or 6203838. OLE color: 6203838.
HSL color Cylindrical-coordinate representation of color #BEA95E: hue angle of 46.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEA95E is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 94 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.25 |
| HSL | 46.88º | 0.42% | 0.56% | - |
| HSV(B) | 46.88º | 0.51% | 0.75% | - |
| XYZ | 37.44 | 40.13 | 16.36 | - |
| YUV | 166.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 94 | 0 | 0.11 | 0.51 | 0.25 | 46.88 | 0.42 | 0.56 |
| Hex | BE | A9 | 5E | 0 | B | 33 | 19 | 2F | 2A | 38 |
| Octal | 276 | 251 | 136 | 0 | 13 | 63 | 31 | 57 | 52 | 70 |
| Binary | 10111110 | 10101001 | 1011110 | 0 | 1011 | 110011 | 11001 | 101111 | 101010 | 111000 |
Color Harmonies of #BEA95E
Complementary color
Monochromatic Colors of #BEA95E
Black with #BEA95E
Text Example
Text Example
White with #BEA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA95E; }
p { color: rgb(190,169,94); }
H1.HeaderClassName
{
color: #BEA95E;
}
.AnyTagClassName
{
color: #BEA95E;
}
</style>
background-color css
<style>
a { background-color: #BEA95E; }
a { background-color: rgb(190,169,94); }
div.DivClassName
{
background-color: #BEA95E;
}
.BgClassName
{
background-color: #BEA95E;
}
</style>
border-color css
<style>
span { border-color: #BEA95E; }
span { border-color: rgb(190,169,94); }
td.TdClassName
{
border-color: #BEA95E;
}
.TagClassName
{
border-color: #BEA95E;
}
</style>