Shades of Laser #BEA564
Tints of Laser #BEA564
RGB
CMYK
RGB Variations
Color information
#BEA564 (or 0xBEA564) is known color: Laser. HEX triplet: BE, A5 and 64. RGB value is (190,165,100). Sum of RGB (Red+Green+Blue) = 190+165+100=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA564 is #415A9B. Grayscale: #A5A5A5. Windows color (decimal): -4283036 or 6596030. OLE color: 6596030.
HSL color Cylindrical-coordinate representation of color #BEA564: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEA564 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 100 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.25 |
| HSL | 43.33º | 0.41% | 0.57% | - |
| HSV(B) | 43.33º | 0.47% | 0.75% | - |
| XYZ | 36.99 | 38.78 | 17.59 | - |
| YUV | 165.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 100 | 0 | 0.13 | 0.47 | 0.25 | 43.33 | 0.41 | 0.57 |
| Hex | BE | A5 | 64 | 0 | D | 2F | 19 | 2B | 29 | 39 |
| Octal | 276 | 245 | 144 | 0 | 15 | 57 | 31 | 53 | 51 | 71 |
| Binary | 10111110 | 10100101 | 1100100 | 0 | 1101 | 101111 | 11001 | 101011 | 101001 | 111001 |
Color Harmonies of #BEA564
Complementary color
Monochromatic Colors of #BEA564
Black with #BEA564
Text Example
Text Example
White with #BEA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA564; }
p { color: rgb(190,165,100); }
H1.HeaderClassName
{
color: #BEA564;
}
.AnyTagClassName
{
color: #BEA564;
}
</style>
background-color css
<style>
a { background-color: #BEA564; }
a { background-color: rgb(190,165,100); }
div.DivClassName
{
background-color: #BEA564;
}
.BgClassName
{
background-color: #BEA564;
}
</style>
border-color css
<style>
span { border-color: #BEA564; }
span { border-color: rgb(190,165,100); }
td.TdClassName
{
border-color: #BEA564;
}
.TagClassName
{
border-color: #BEA564;
}
</style>