Shades of Laser #BEA86B
Tints of Laser #BEA86B
RGB
CMYK
RGB Variations
Color information
#BEA86B (or 0xBEA86B) is known color: Laser. HEX triplet: BE, A8 and 6B. RGB value is (190,168,107). Sum of RGB (Red+Green+Blue) = 190+168+107=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA86B is #415794. Grayscale: #A7A7A7. Windows color (decimal): -4282261 or 7055550. OLE color: 7055550.
HSL color Cylindrical-coordinate representation of color #BEA86B: hue angle of 44.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA86B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 107 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.25 |
| HSL | 44.1º | 0.39% | 0.58% | - |
| HSV(B) | 44.1º | 0.44% | 0.75% | - |
| XYZ | 37.89 | 40.01 | 19.64 | - |
| YUV | 167.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 107 | 0 | 0.12 | 0.44 | 0.25 | 44.1 | 0.39 | 0.58 |
| Hex | BE | A8 | 6B | 0 | C | 2C | 19 | 2C | 27 | 3A |
| Octal | 276 | 250 | 153 | 0 | 14 | 54 | 31 | 54 | 47 | 72 |
| Binary | 10111110 | 10101000 | 1101011 | 0 | 1100 | 101100 | 11001 | 101100 | 100111 | 111010 |
Color Harmonies of #BEA86B
Complementary color
Monochromatic Colors of #BEA86B
Black with #BEA86B
Text Example
Text Example
White with #BEA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA86B; }
p { color: rgb(190,168,107); }
H1.HeaderClassName
{
color: #BEA86B;
}
.AnyTagClassName
{
color: #BEA86B;
}
</style>
background-color css
<style>
a { background-color: #BEA86B; }
a { background-color: rgb(190,168,107); }
div.DivClassName
{
background-color: #BEA86B;
}
.BgClassName
{
background-color: #BEA86B;
}
</style>
border-color css
<style>
span { border-color: #BEA86B; }
span { border-color: rgb(190,168,107); }
td.TdClassName
{
border-color: #BEA86B;
}
.TagClassName
{
border-color: #BEA86B;
}
</style>