Shades of Laser #BCA15C
Tints of Laser #BCA15C
RGB
CMYK
RGB Variations
Color information
#BCA15C (or 0xBCA15C) is known color: Laser. HEX triplet: BC, A1 and 5C. RGB value is (188,161,92). Sum of RGB (Red+Green+Blue) = 188+161+92=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA15C is #435EA3. Grayscale: #A1A1A1. Windows color (decimal): -4415140 or 6070716. OLE color: 6070716.
HSL color Cylindrical-coordinate representation of color #BCA15C: hue angle of 43.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCA15C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 92 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.26 |
| HSL | 43.13º | 0.42% | 0.55% | - |
| HSV(B) | 43.13º | 0.51% | 0.74% | - |
| XYZ | 35.42 | 36.95 | 15.39 | - |
| YUV | 161.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 92 | 0 | 0.14 | 0.51 | 0.26 | 43.13 | 0.42 | 0.55 |
| Hex | BC | A1 | 5C | 0 | E | 33 | 1A | 2B | 2A | 37 |
| Octal | 274 | 241 | 134 | 0 | 16 | 63 | 32 | 53 | 52 | 67 |
| Binary | 10111100 | 10100001 | 1011100 | 0 | 1110 | 110011 | 11010 | 101011 | 101010 | 110111 |
Color Harmonies of #BCA15C
Complementary color
Monochromatic Colors of #BCA15C
Black with #BCA15C
Text Example
Text Example
White with #BCA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA15C; }
p { color: rgb(188,161,92); }
H1.HeaderClassName
{
color: #BCA15C;
}
.AnyTagClassName
{
color: #BCA15C;
}
</style>
background-color css
<style>
a { background-color: #BCA15C; }
a { background-color: rgb(188,161,92); }
div.DivClassName
{
background-color: #BCA15C;
}
.BgClassName
{
background-color: #BCA15C;
}
</style>
border-color css
<style>
span { border-color: #BCA15C; }
span { border-color: rgb(188,161,92); }
td.TdClassName
{
border-color: #BCA15C;
}
.TagClassName
{
border-color: #BCA15C;
}
</style>