Shades of Laser #BEA265
Tints of Laser #BEA265
RGB
CMYK
RGB Variations
Color information
#BEA265 (or 0xBEA265) is known color: Laser. HEX triplet: BE, A2 and 65. RGB value is (190,162,101). Sum of RGB (Red+Green+Blue) = 190+162+101=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA265 is #415D9A. Grayscale: #A3A3A3. Windows color (decimal): -4283803 or 6660798. OLE color: 6660798.
HSL color Cylindrical-coordinate representation of color #BEA265: hue angle of 41.12º 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 #BEA265 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 101 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.25 |
| HSL | 41.12º | 0.41% | 0.57% | - |
| HSV(B) | 41.12º | 0.47% | 0.75% | - |
| XYZ | 36.5 | 37.73 | 17.67 | - |
| YUV | 163.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 101 | 0 | 0.15 | 0.47 | 0.25 | 41.12 | 0.41 | 0.57 |
| Hex | BE | A2 | 65 | 0 | F | 2F | 19 | 29 | 29 | 39 |
| Octal | 276 | 242 | 145 | 0 | 17 | 57 | 31 | 51 | 51 | 71 |
| Binary | 10111110 | 10100010 | 1100101 | 0 | 1111 | 101111 | 11001 | 101001 | 101001 | 111001 |
Color Harmonies of #BEA265
Complementary color
Monochromatic Colors of #BEA265
Black with #BEA265
Text Example
Text Example
White with #BEA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA265; }
p { color: rgb(190,162,101); }
H1.HeaderClassName
{
color: #BEA265;
}
.AnyTagClassName
{
color: #BEA265;
}
</style>
background-color css
<style>
a { background-color: #BEA265; }
a { background-color: rgb(190,162,101); }
div.DivClassName
{
background-color: #BEA265;
}
.BgClassName
{
background-color: #BEA265;
}
</style>
border-color css
<style>
span { border-color: #BEA265; }
span { border-color: rgb(190,162,101); }
td.TdClassName
{
border-color: #BEA265;
}
.TagClassName
{
border-color: #BEA265;
}
</style>