Shades of Laser #BCA55D
Tints of Laser #BCA55D
RGB
CMYK
RGB Variations
Color information
#BCA55D (or 0xBCA55D) is known color: Laser. HEX triplet: BC, A5 and 5D. RGB value is (188,165,93). Sum of RGB (Red+Green+Blue) = 188+165+93=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA55D is #435AA2. Grayscale: #A3A3A3. Windows color (decimal): -4414115 or 6137276. OLE color: 6137276.
HSL color Cylindrical-coordinate representation of color #BCA55D: hue angle of 45.47º degrees, saturation: 0.41, 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 #BCA55D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 93 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.26 |
| HSL | 45.47º | 0.41% | 0.55% | - |
| HSV(B) | 45.47º | 0.51% | 0.74% | - |
| XYZ | 36.17 | 38.39 | 15.86 | - |
| YUV | 163.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 93 | 0 | 0.12 | 0.51 | 0.26 | 45.47 | 0.41 | 0.55 |
| Hex | BC | A5 | 5D | 0 | C | 33 | 1A | 2D | 29 | 37 |
| Octal | 274 | 245 | 135 | 0 | 14 | 63 | 32 | 55 | 51 | 67 |
| Binary | 10111100 | 10100101 | 1011101 | 0 | 1100 | 110011 | 11010 | 101101 | 101001 | 110111 |
Color Harmonies of #BCA55D
Complementary color
Monochromatic Colors of #BCA55D
Black with #BCA55D
Text Example
Text Example
White with #BCA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA55D; }
p { color: rgb(188,165,93); }
H1.HeaderClassName
{
color: #BCA55D;
}
.AnyTagClassName
{
color: #BCA55D;
}
</style>
background-color css
<style>
a { background-color: #BCA55D; }
a { background-color: rgb(188,165,93); }
div.DivClassName
{
background-color: #BCA55D;
}
.BgClassName
{
background-color: #BCA55D;
}
</style>
border-color css
<style>
span { border-color: #BCA55D; }
span { border-color: rgb(188,165,93); }
td.TdClassName
{
border-color: #BCA55D;
}
.TagClassName
{
border-color: #BCA55D;
}
</style>