Shades of Laser #BEA963
Tints of Laser #BEA963
RGB
CMYK
RGB Variations
Color information
#BEA963 (or 0xBEA963) is known color: Laser. HEX triplet: BE, A9 and 63. RGB value is (190,169,99). Sum of RGB (Red+Green+Blue) = 190+169+99=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA963 is #41569C. Grayscale: #A7A7A7. Windows color (decimal): -4282013 or 6531518. OLE color: 6531518.
HSL color Cylindrical-coordinate representation of color #BEA963: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEA963 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 99 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.25 |
| HSL | 46.15º | 0.41% | 0.57% | - |
| HSV(B) | 46.15º | 0.48% | 0.75% | - |
| XYZ | 37.68 | 40.22 | 17.58 | - |
| YUV | 167.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 99 | 0 | 0.11 | 0.48 | 0.25 | 46.15 | 0.41 | 0.57 |
| Hex | BE | A9 | 63 | 0 | B | 30 | 19 | 2E | 29 | 39 |
| Octal | 276 | 251 | 143 | 0 | 13 | 60 | 31 | 56 | 51 | 71 |
| Binary | 10111110 | 10101001 | 1100011 | 0 | 1011 | 110000 | 11001 | 101110 | 101001 | 111001 |
Color Harmonies of #BEA963
Complementary color
Monochromatic Colors of #BEA963
Black with #BEA963
Text Example
Text Example
White with #BEA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA963; }
p { color: rgb(190,169,99); }
H1.HeaderClassName
{
color: #BEA963;
}
.AnyTagClassName
{
color: #BEA963;
}
</style>
background-color css
<style>
a { background-color: #BEA963; }
a { background-color: rgb(190,169,99); }
div.DivClassName
{
background-color: #BEA963;
}
.BgClassName
{
background-color: #BEA963;
}
</style>
border-color css
<style>
span { border-color: #BEA963; }
span { border-color: rgb(190,169,99); }
td.TdClassName
{
border-color: #BEA963;
}
.TagClassName
{
border-color: #BEA963;
}
</style>