Shades of Laser #BEA05A
Tints of Laser #BEA05A
RGB
CMYK
RGB Variations
Color information
#BEA05A (or 0xBEA05A) is known color: Laser. HEX triplet: BE, A0 and 5A. RGB value is (190,160,90). Sum of RGB (Red+Green+Blue) = 190+160+90=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA05A is #415FA5. Grayscale: #A1A1A1. Windows color (decimal): -4284326 or 5939390. OLE color: 5939390.
HSL color Cylindrical-coordinate representation of color #BEA05A: hue angle of 42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEA05A is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 90 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.25 |
| HSL | 42º | 0.43% | 0.55% | - |
| HSV(B) | 42º | 0.53% | 0.75% | - |
| XYZ | 35.65 | 36.83 | 14.9 | - |
| YUV | 160.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 90 | 0 | 0.16 | 0.53 | 0.25 | 42 | 0.43 | 0.55 |
| Hex | BE | A0 | 5A | 0 | 10 | 35 | 19 | 2A | 2B | 37 |
| Octal | 276 | 240 | 132 | 0 | 20 | 65 | 31 | 52 | 53 | 67 |
| Binary | 10111110 | 10100000 | 1011010 | 0 | 10000 | 110101 | 11001 | 101010 | 101011 | 110111 |
Color Harmonies of #BEA05A
Complementary color
Monochromatic Colors of #BEA05A
Black with #BEA05A
Text Example
Text Example
White with #BEA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA05A; }
p { color: rgb(190,160,90); }
H1.HeaderClassName
{
color: #BEA05A;
}
.AnyTagClassName
{
color: #BEA05A;
}
</style>
background-color css
<style>
a { background-color: #BEA05A; }
a { background-color: rgb(190,160,90); }
div.DivClassName
{
background-color: #BEA05A;
}
.BgClassName
{
background-color: #BEA05A;
}
</style>
border-color css
<style>
span { border-color: #BEA05A; }
span { border-color: rgb(190,160,90); }
td.TdClassName
{
border-color: #BEA05A;
}
.TagClassName
{
border-color: #BEA05A;
}
</style>