Shades of Laser #BCA064
Tints of Laser #BCA064
RGB
CMYK
RGB Variations
Color information
#BCA064 (or 0xBCA064) is known color: Laser. HEX triplet: BC, A0 and 64. RGB value is (188,160,100). Sum of RGB (Red+Green+Blue) = 188+160+100=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA064 is #435F9B. Grayscale: #A1A1A1. Windows color (decimal): -4415388 or 6594748. OLE color: 6594748.
HSL color Cylindrical-coordinate representation of color #BCA064: hue angle of 40.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCA064 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 100 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.26 |
| HSL | 40.91º | 0.4% | 0.56% | - |
| HSV(B) | 40.91º | 0.47% | 0.74% | - |
| XYZ | 35.61 | 36.75 | 17.27 | - |
| YUV | 161.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 100 | 0 | 0.15 | 0.47 | 0.26 | 40.91 | 0.4 | 0.56 |
| Hex | BC | A0 | 64 | 0 | F | 2F | 1A | 29 | 28 | 38 |
| Octal | 274 | 240 | 144 | 0 | 17 | 57 | 32 | 51 | 50 | 70 |
| Binary | 10111100 | 10100000 | 1100100 | 0 | 1111 | 101111 | 11010 | 101001 | 101000 | 111000 |
Color Harmonies of #BCA064
Complementary color
Monochromatic Colors of #BCA064
Black with #BCA064
Text Example
Text Example
White with #BCA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA064; }
p { color: rgb(188,160,100); }
H1.HeaderClassName
{
color: #BCA064;
}
.AnyTagClassName
{
color: #BCA064;
}
</style>
background-color css
<style>
a { background-color: #BCA064; }
a { background-color: rgb(188,160,100); }
div.DivClassName
{
background-color: #BCA064;
}
.BgClassName
{
background-color: #BCA064;
}
</style>
border-color css
<style>
span { border-color: #BCA064; }
span { border-color: rgb(188,160,100); }
td.TdClassName
{
border-color: #BCA064;
}
.TagClassName
{
border-color: #BCA064;
}
</style>