Shades of Laser #BE9E5D
Tints of Laser #BE9E5D
RGB
CMYK
RGB Variations
Color information
#BE9E5D (or 0xBE9E5D) is known color: Laser. HEX triplet: BE, 9E and 5D. RGB value is (190,158,93). Sum of RGB (Red+Green+Blue) = 190+158+93=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5D is #4161A2. Grayscale: #A0A0A0. Windows color (decimal): -4284835 or 6135486. OLE color: 6135486.
HSL color Cylindrical-coordinate representation of color #BE9E5D: hue angle of 40.21º 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 #BE9E5D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 93 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.25 |
| HSL | 40.21º | 0.43% | 0.55% | - |
| HSV(B) | 40.21º | 0.51% | 0.75% | - |
| XYZ | 35.44 | 36.19 | 15.47 | - |
| YUV | 160.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 93 | 0 | 0.17 | 0.51 | 0.25 | 40.21 | 0.43 | 0.55 |
| Hex | BE | 9E | 5D | 0 | 11 | 33 | 19 | 28 | 2B | 37 |
| Octal | 276 | 236 | 135 | 0 | 21 | 63 | 31 | 50 | 53 | 67 |
| Binary | 10111110 | 10011110 | 1011101 | 0 | 10001 | 110011 | 11001 | 101000 | 101011 | 110111 |
Color Harmonies of #BE9E5D
Complementary color
Monochromatic Colors of #BE9E5D
Black with #BE9E5D
Text Example
Text Example
White with #BE9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E5D; }
p { color: rgb(190,158,93); }
H1.HeaderClassName
{
color: #BE9E5D;
}
.AnyTagClassName
{
color: #BE9E5D;
}
</style>
background-color css
<style>
a { background-color: #BE9E5D; }
a { background-color: rgb(190,158,93); }
div.DivClassName
{
background-color: #BE9E5D;
}
.BgClassName
{
background-color: #BE9E5D;
}
</style>
border-color css
<style>
span { border-color: #BE9E5D; }
span { border-color: rgb(190,158,93); }
td.TdClassName
{
border-color: #BE9E5D;
}
.TagClassName
{
border-color: #BE9E5D;
}
</style>