Shades of Laser #BEA65C
Tints of Laser #BEA65C
RGB
CMYK
RGB Variations
Color information
#BEA65C (or 0xBEA65C) is known color: Laser. HEX triplet: BE, A6 and 5C. RGB value is (190,166,92). Sum of RGB (Red+Green+Blue) = 190+166+92=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA65C is #4159A3. Grayscale: #A5A5A5. Windows color (decimal): -4282788 or 6071998. OLE color: 6071998.
HSL color Cylindrical-coordinate representation of color #BEA65C: hue angle of 45.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEA65C is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 92 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.25 |
| HSL | 45.31º | 0.43% | 0.55% | - |
| HSV(B) | 45.31º | 0.52% | 0.75% | - |
| XYZ | 36.8 | 38.99 | 15.71 | - |
| YUV | 164.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 92 | 0 | 0.13 | 0.52 | 0.25 | 45.31 | 0.43 | 0.55 |
| Hex | BE | A6 | 5C | 0 | D | 34 | 19 | 2D | 2B | 37 |
| Octal | 276 | 246 | 134 | 0 | 15 | 64 | 31 | 55 | 53 | 67 |
| Binary | 10111110 | 10100110 | 1011100 | 0 | 1101 | 110100 | 11001 | 101101 | 101011 | 110111 |
Color Harmonies of #BEA65C
Complementary color
Monochromatic Colors of #BEA65C
Black with #BEA65C
Text Example
Text Example
White with #BEA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA65C; }
p { color: rgb(190,166,92); }
H1.HeaderClassName
{
color: #BEA65C;
}
.AnyTagClassName
{
color: #BEA65C;
}
</style>
background-color css
<style>
a { background-color: #BEA65C; }
a { background-color: rgb(190,166,92); }
div.DivClassName
{
background-color: #BEA65C;
}
.BgClassName
{
background-color: #BEA65C;
}
</style>
border-color css
<style>
span { border-color: #BEA65C; }
span { border-color: rgb(190,166,92); }
td.TdClassName
{
border-color: #BEA65C;
}
.TagClassName
{
border-color: #BEA65C;
}
</style>