Shades of Laser #BEA55A
Tints of Laser #BEA55A
RGB
CMYK
RGB Variations
Color information
#BEA55A (or 0xBEA55A) is known color: Laser. HEX triplet: BE, A5 and 5A. RGB value is (190,165,90). Sum of RGB (Red+Green+Blue) = 190+165+90=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA55A is #415AA5. Grayscale: #A4A4A4. Windows color (decimal): -4283046 or 5940670. OLE color: 5940670.
HSL color Cylindrical-coordinate representation of color #BEA55A: hue angle of 45º 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 #BEA55A is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 90 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.25 |
| HSL | 45º | 0.43% | 0.55% | - |
| HSV(B) | 45º | 0.53% | 0.75% | - |
| XYZ | 36.54 | 38.6 | 15.2 | - |
| YUV | 163.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 90 | 0 | 0.13 | 0.53 | 0.25 | 45 | 0.43 | 0.55 |
| Hex | BE | A5 | 5A | 0 | D | 35 | 19 | 2D | 2B | 37 |
| Octal | 276 | 245 | 132 | 0 | 15 | 65 | 31 | 55 | 53 | 67 |
| Binary | 10111110 | 10100101 | 1011010 | 0 | 1101 | 110101 | 11001 | 101101 | 101011 | 110111 |
Color Harmonies of #BEA55A
Complementary color
Monochromatic Colors of #BEA55A
Black with #BEA55A
Text Example
Text Example
White with #BEA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA55A; }
p { color: rgb(190,165,90); }
H1.HeaderClassName
{
color: #BEA55A;
}
.AnyTagClassName
{
color: #BEA55A;
}
</style>
background-color css
<style>
a { background-color: #BEA55A; }
a { background-color: rgb(190,165,90); }
div.DivClassName
{
background-color: #BEA55A;
}
.BgClassName
{
background-color: #BEA55A;
}
</style>
border-color css
<style>
span { border-color: #BEA55A; }
span { border-color: rgb(190,165,90); }
td.TdClassName
{
border-color: #BEA55A;
}
.TagClassName
{
border-color: #BEA55A;
}
</style>