Shades of Laser #BCA45C
Tints of Laser #BCA45C
RGB
CMYK
RGB Variations
Color information
#BCA45C (or 0xBCA45C) is known color: Laser. HEX triplet: BC, A4 and 5C. RGB value is (188,164,92). Sum of RGB (Red+Green+Blue) = 188+164+92=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA45C is #435BA3. Grayscale: #A3A3A3. Windows color (decimal): -4414372 or 6071484. OLE color: 6071484.
HSL color Cylindrical-coordinate representation of color #BCA45C: hue angle of 45º 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 #BCA45C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 92 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.26 |
| HSL | 45º | 0.42% | 0.55% | - |
| HSV(B) | 45º | 0.51% | 0.74% | - |
| XYZ | 35.95 | 38.01 | 15.57 | - |
| YUV | 162.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 92 | 0 | 0.13 | 0.51 | 0.26 | 45 | 0.42 | 0.55 |
| Hex | BC | A4 | 5C | 0 | D | 33 | 1A | 2D | 2A | 37 |
| Octal | 274 | 244 | 134 | 0 | 15 | 63 | 32 | 55 | 52 | 67 |
| Binary | 10111100 | 10100100 | 1011100 | 0 | 1101 | 110011 | 11010 | 101101 | 101010 | 110111 |
Color Harmonies of #BCA45C
Complementary color
Monochromatic Colors of #BCA45C
Black with #BCA45C
Text Example
Text Example
White with #BCA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA45C; }
p { color: rgb(188,164,92); }
H1.HeaderClassName
{
color: #BCA45C;
}
.AnyTagClassName
{
color: #BCA45C;
}
</style>
background-color css
<style>
a { background-color: #BCA45C; }
a { background-color: rgb(188,164,92); }
div.DivClassName
{
background-color: #BCA45C;
}
.BgClassName
{
background-color: #BCA45C;
}
</style>
border-color css
<style>
span { border-color: #BCA45C; }
span { border-color: rgb(188,164,92); }
td.TdClassName
{
border-color: #BCA45C;
}
.TagClassName
{
border-color: #BCA45C;
}
</style>