Shades of Laser #BE9F5D
Tints of Laser #BE9F5D
RGB
CMYK
RGB Variations
Color information
#BE9F5D (or 0xBE9F5D) is known color: Laser. HEX triplet: BE, 9F and 5D. RGB value is (190,159,93). Sum of RGB (Red+Green+Blue) = 190+159+93=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5D is #4160A2. Grayscale: #A1A1A1. Windows color (decimal): -4284579 or 6135742. OLE color: 6135742.
HSL color Cylindrical-coordinate representation of color #BE9F5D: hue angle of 40.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE9F5D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 93 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.25 |
| HSL | 40.82º | 0.43% | 0.55% | - |
| HSV(B) | 40.82º | 0.51% | 0.75% | - |
| XYZ | 35.61 | 36.53 | 15.53 | - |
| YUV | 160.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 93 | 0 | 0.16 | 0.51 | 0.25 | 40.82 | 0.43 | 0.55 |
| Hex | BE | 9F | 5D | 0 | 10 | 33 | 19 | 29 | 2B | 37 |
| Octal | 276 | 237 | 135 | 0 | 20 | 63 | 31 | 51 | 53 | 67 |
| Binary | 10111110 | 10011111 | 1011101 | 0 | 10000 | 110011 | 11001 | 101001 | 101011 | 110111 |
Color Harmonies of #BE9F5D
Complementary color
Monochromatic Colors of #BE9F5D
Black with #BE9F5D
Text Example
Text Example
White with #BE9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F5D; }
p { color: rgb(190,159,93); }
H1.HeaderClassName
{
color: #BE9F5D;
}
.AnyTagClassName
{
color: #BE9F5D;
}
</style>
background-color css
<style>
a { background-color: #BE9F5D; }
a { background-color: rgb(190,159,93); }
div.DivClassName
{
background-color: #BE9F5D;
}
.BgClassName
{
background-color: #BE9F5D;
}
</style>
border-color css
<style>
span { border-color: #BE9F5D; }
span { border-color: rgb(190,159,93); }
td.TdClassName
{
border-color: #BE9F5D;
}
.TagClassName
{
border-color: #BE9F5D;
}
</style>