Shades of Laser #BE9F5E
Tints of Laser #BE9F5E
RGB
CMYK
RGB Variations
Color information
#BE9F5E (or 0xBE9F5E) is known color: Laser. HEX triplet: BE, 9F and 5E. RGB value is (190,159,94). Sum of RGB (Red+Green+Blue) = 190+159+94=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5E is #4160A1. Grayscale: #A1A1A1. Windows color (decimal): -4284578 or 6201278. OLE color: 6201278.
HSL color Cylindrical-coordinate representation of color #BE9F5E: hue angle of 40.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE9F5E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 94 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.25 |
| HSL | 40.63º | 0.42% | 0.56% | - |
| HSV(B) | 40.63º | 0.51% | 0.75% | - |
| XYZ | 35.65 | 36.55 | 15.77 | - |
| YUV | 160.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 94 | 0 | 0.16 | 0.51 | 0.25 | 40.63 | 0.42 | 0.56 |
| Hex | BE | 9F | 5E | 0 | 10 | 33 | 19 | 29 | 2A | 38 |
| Octal | 276 | 237 | 136 | 0 | 20 | 63 | 31 | 51 | 52 | 70 |
| Binary | 10111110 | 10011111 | 1011110 | 0 | 10000 | 110011 | 11001 | 101001 | 101010 | 111000 |
Color Harmonies of #BE9F5E
Complementary color
Monochromatic Colors of #BE9F5E
Black with #BE9F5E
Text Example
Text Example
White with #BE9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F5E; }
p { color: rgb(190,159,94); }
H1.HeaderClassName
{
color: #BE9F5E;
}
.AnyTagClassName
{
color: #BE9F5E;
}
</style>
background-color css
<style>
a { background-color: #BE9F5E; }
a { background-color: rgb(190,159,94); }
div.DivClassName
{
background-color: #BE9F5E;
}
.BgClassName
{
background-color: #BE9F5E;
}
</style>
border-color css
<style>
span { border-color: #BE9F5E; }
span { border-color: rgb(190,159,94); }
td.TdClassName
{
border-color: #BE9F5E;
}
.TagClassName
{
border-color: #BE9F5E;
}
</style>