Shades of Laser #BCA55E
Tints of Laser #BCA55E
RGB
CMYK
RGB Variations
Color information
#BCA55E (or 0xBCA55E) is known color: Laser. HEX triplet: BC, A5 and 5E. RGB value is (188,165,94). Sum of RGB (Red+Green+Blue) = 188+165+94=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA55E is #435AA1. Grayscale: #A4A4A4. Windows color (decimal): -4414114 or 6202812. OLE color: 6202812.
HSL color Cylindrical-coordinate representation of color #BCA55E: hue angle of 45.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCA55E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 94 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.26 |
| HSL | 45.32º | 0.41% | 0.55% | - |
| HSV(B) | 45.32º | 0.5% | 0.74% | - |
| XYZ | 36.21 | 38.41 | 16.09 | - |
| YUV | 163.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 94 | 0 | 0.12 | 0.50 | 0.26 | 45.32 | 0.41 | 0.55 |
| Hex | BC | A5 | 5E | 0 | C | 32 | 1A | 2D | 29 | 37 |
| Octal | 274 | 245 | 136 | 0 | 14 | 62 | 32 | 55 | 51 | 67 |
| Binary | 10111100 | 10100101 | 1011110 | 0 | 1100 | 110010 | 11010 | 101101 | 101001 | 110111 |
Color Harmonies of #BCA55E
Complementary color
Monochromatic Colors of #BCA55E
Black with #BCA55E
Text Example
Text Example
White with #BCA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA55E; }
p { color: rgb(188,165,94); }
H1.HeaderClassName
{
color: #BCA55E;
}
.AnyTagClassName
{
color: #BCA55E;
}
</style>
background-color css
<style>
a { background-color: #BCA55E; }
a { background-color: rgb(188,165,94); }
div.DivClassName
{
background-color: #BCA55E;
}
.BgClassName
{
background-color: #BCA55E;
}
</style>
border-color css
<style>
span { border-color: #BCA55E; }
span { border-color: rgb(188,165,94); }
td.TdClassName
{
border-color: #BCA55E;
}
.TagClassName
{
border-color: #BCA55E;
}
</style>