Shades of Laser #BCA256
Tints of Laser #BCA256
RGB
CMYK
RGB Variations
Color information
#BCA256 (or 0xBCA256) is known color: Laser. HEX triplet: BC, A2 and 56. RGB value is (188,162,86). Sum of RGB (Red+Green+Blue) = 188+162+86=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA256 is #435DA9. Grayscale: #A1A1A1. Windows color (decimal): -4414890 or 5677756. OLE color: 5677756.
HSL color Cylindrical-coordinate representation of color #BCA256: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCA256 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 86 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.26 |
| HSL | 44.71º | 0.43% | 0.54% | - |
| HSV(B) | 44.71º | 0.54% | 0.74% | - |
| XYZ | 35.34 | 37.2 | 14.12 | - |
| YUV | 161.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 86 | 0 | 0.14 | 0.54 | 0.26 | 44.71 | 0.43 | 0.54 |
| Hex | BC | A2 | 56 | 0 | E | 36 | 1A | 2D | 2B | 36 |
| Octal | 274 | 242 | 126 | 0 | 16 | 66 | 32 | 55 | 53 | 66 |
| Binary | 10111100 | 10100010 | 1010110 | 0 | 1110 | 110110 | 11010 | 101101 | 101011 | 110110 |
Color Harmonies of #BCA256
Complementary color
Monochromatic Colors of #BCA256
Black with #BCA256
Text Example
Text Example
White with #BCA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA256; }
p { color: rgb(188,162,86); }
H1.HeaderClassName
{
color: #BCA256;
}
.AnyTagClassName
{
color: #BCA256;
}
</style>
background-color css
<style>
a { background-color: #BCA256; }
a { background-color: rgb(188,162,86); }
div.DivClassName
{
background-color: #BCA256;
}
.BgClassName
{
background-color: #BCA256;
}
</style>
border-color css
<style>
span { border-color: #BCA256; }
span { border-color: rgb(188,162,86); }
td.TdClassName
{
border-color: #BCA256;
}
.TagClassName
{
border-color: #BCA256;
}
</style>