Shades of Laser #BEA15D
Tints of Laser #BEA15D
RGB
CMYK
RGB Variations
Color information
#BEA15D (or 0xBEA15D) is known color: Laser. HEX triplet: BE, A1 and 5D. RGB value is (190,161,93). Sum of RGB (Red+Green+Blue) = 190+161+93=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA15D is #415EA2. Grayscale: #A2A2A2. Windows color (decimal): -4284067 or 6136254. OLE color: 6136254.
HSL color Cylindrical-coordinate representation of color #BEA15D: hue angle of 42.06º 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 #BEA15D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 93 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.25 |
| HSL | 42.06º | 0.43% | 0.55% | - |
| HSV(B) | 42.06º | 0.51% | 0.75% | - |
| XYZ | 35.96 | 37.23 | 15.65 | - |
| YUV | 161.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 93 | 0 | 0.15 | 0.51 | 0.25 | 42.06 | 0.43 | 0.55 |
| Hex | BE | A1 | 5D | 0 | F | 33 | 19 | 2A | 2B | 37 |
| Octal | 276 | 241 | 135 | 0 | 17 | 63 | 31 | 52 | 53 | 67 |
| Binary | 10111110 | 10100001 | 1011101 | 0 | 1111 | 110011 | 11001 | 101010 | 101011 | 110111 |
Color Harmonies of #BEA15D
Complementary color
Monochromatic Colors of #BEA15D
Black with #BEA15D
Text Example
Text Example
White with #BEA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA15D; }
p { color: rgb(190,161,93); }
H1.HeaderClassName
{
color: #BEA15D;
}
.AnyTagClassName
{
color: #BEA15D;
}
</style>
background-color css
<style>
a { background-color: #BEA15D; }
a { background-color: rgb(190,161,93); }
div.DivClassName
{
background-color: #BEA15D;
}
.BgClassName
{
background-color: #BEA15D;
}
</style>
border-color css
<style>
span { border-color: #BEA15D; }
span { border-color: rgb(190,161,93); }
td.TdClassName
{
border-color: #BEA15D;
}
.TagClassName
{
border-color: #BEA15D;
}
</style>