Shades of Laser #BEA05D
Tints of Laser #BEA05D
RGB
CMYK
RGB Variations
Color information
#BEA05D (or 0xBEA05D) is known color: Laser. HEX triplet: BE, A0 and 5D. RGB value is (190,160,93). Sum of RGB (Red+Green+Blue) = 190+160+93=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA05D is #415FA2. Grayscale: #A1A1A1. Windows color (decimal): -4284323 or 6135998. OLE color: 6135998.
HSL color Cylindrical-coordinate representation of color #BEA05D: hue angle of 41.44º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEA05D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 93 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.25 |
| HSL | 41.44º | 0.43% | 0.55% | - |
| HSV(B) | 41.44º | 0.51% | 0.75% | - |
| XYZ | 35.78 | 36.88 | 15.59 | - |
| YUV | 161.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 93 | 0 | 0.16 | 0.51 | 0.25 | 41.44 | 0.43 | 0.55 |
| Hex | BE | A0 | 5D | 0 | 10 | 33 | 19 | 29 | 2B | 37 |
| Octal | 276 | 240 | 135 | 0 | 20 | 63 | 31 | 51 | 53 | 67 |
| Binary | 10111110 | 10100000 | 1011101 | 0 | 10000 | 110011 | 11001 | 101001 | 101011 | 110111 |
Color Harmonies of #BEA05D
Complementary color
Monochromatic Colors of #BEA05D
Black with #BEA05D
Text Example
Text Example
White with #BEA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA05D; }
p { color: rgb(190,160,93); }
H1.HeaderClassName
{
color: #BEA05D;
}
.AnyTagClassName
{
color: #BEA05D;
}
</style>
background-color css
<style>
a { background-color: #BEA05D; }
a { background-color: rgb(190,160,93); }
div.DivClassName
{
background-color: #BEA05D;
}
.BgClassName
{
background-color: #BEA05D;
}
</style>
border-color css
<style>
span { border-color: #BEA05D; }
span { border-color: rgb(190,160,93); }
td.TdClassName
{
border-color: #BEA05D;
}
.TagClassName
{
border-color: #BEA05D;
}
</style>