Shades of Laser #BEA562
Tints of Laser #BEA562
RGB
CMYK
RGB Variations
Color information
#BEA562 (or 0xBEA562) is known color: Laser. HEX triplet: BE, A5 and 62. RGB value is (190,165,98). Sum of RGB (Red+Green+Blue) = 190+165+98=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA562 is #415A9D. Grayscale: #A5A5A5. Windows color (decimal): -4283038 or 6464958. OLE color: 6464958.
HSL color Cylindrical-coordinate representation of color #BEA562: hue angle of 43.7º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEA562 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 98 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.25 |
| HSL | 43.7º | 0.41% | 0.56% | - |
| HSV(B) | 43.7º | 0.48% | 0.75% | - |
| XYZ | 36.89 | 38.74 | 17.09 | - |
| YUV | 164.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 98 | 0 | 0.13 | 0.48 | 0.25 | 43.7 | 0.41 | 0.56 |
| Hex | BE | A5 | 62 | 0 | D | 30 | 19 | 2C | 29 | 38 |
| Octal | 276 | 245 | 142 | 0 | 15 | 60 | 31 | 54 | 51 | 70 |
| Binary | 10111110 | 10100101 | 1100010 | 0 | 1101 | 110000 | 11001 | 101100 | 101001 | 111000 |
Color Harmonies of #BEA562
Complementary color
Monochromatic Colors of #BEA562
Black with #BEA562
Text Example
Text Example
White with #BEA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA562; }
p { color: rgb(190,165,98); }
H1.HeaderClassName
{
color: #BEA562;
}
.AnyTagClassName
{
color: #BEA562;
}
</style>
background-color css
<style>
a { background-color: #BEA562; }
a { background-color: rgb(190,165,98); }
div.DivClassName
{
background-color: #BEA562;
}
.BgClassName
{
background-color: #BEA562;
}
</style>
border-color css
<style>
span { border-color: #BEA562; }
span { border-color: rgb(190,165,98); }
td.TdClassName
{
border-color: #BEA562;
}
.TagClassName
{
border-color: #BEA562;
}
</style>