Shades of Laser #BEA457
Tints of Laser #BEA457
RGB
CMYK
RGB Variations
Color information
#BEA457 (or 0xBEA457) is known color: Laser. HEX triplet: BE, A4 and 57. RGB value is (190,164,87). Sum of RGB (Red+Green+Blue) = 190+164+87=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA457 is #415BA8. Grayscale: #A3A3A3. Windows color (decimal): -4283305 or 5743806. OLE color: 5743806.
HSL color Cylindrical-coordinate representation of color #BEA457: hue angle of 44.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEA457 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 87 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.25 |
| HSL | 44.85º | 0.44% | 0.54% | - |
| HSV(B) | 44.85º | 0.54% | 0.75% | - |
| XYZ | 36.23 | 38.19 | 14.48 | - |
| YUV | 163 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 87 | 0 | 0.14 | 0.54 | 0.25 | 44.85 | 0.44 | 0.54 |
| Hex | BE | A4 | 57 | 0 | E | 36 | 19 | 2D | 2C | 36 |
| Octal | 276 | 244 | 127 | 0 | 16 | 66 | 31 | 55 | 54 | 66 |
| Binary | 10111110 | 10100100 | 1010111 | 0 | 1110 | 110110 | 11001 | 101101 | 101100 | 110110 |
Color Harmonies of #BEA457
Complementary color
Monochromatic Colors of #BEA457
Black with #BEA457
Text Example
Text Example
White with #BEA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA457; }
p { color: rgb(190,164,87); }
H1.HeaderClassName
{
color: #BEA457;
}
.AnyTagClassName
{
color: #BEA457;
}
</style>
background-color css
<style>
a { background-color: #BEA457; }
a { background-color: rgb(190,164,87); }
div.DivClassName
{
background-color: #BEA457;
}
.BgClassName
{
background-color: #BEA457;
}
</style>
border-color css
<style>
span { border-color: #BEA457; }
span { border-color: rgb(190,164,87); }
td.TdClassName
{
border-color: #BEA457;
}
.TagClassName
{
border-color: #BEA457;
}
</style>