Shades of Laser #BCA358
Tints of Laser #BCA358
RGB
CMYK
RGB Variations
Color information
#BCA358 (or 0xBCA358) is known color: Laser. HEX triplet: BC, A3 and 58. RGB value is (188,163,88). Sum of RGB (Red+Green+Blue) = 188+163+88=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA358 is #435CA7. Grayscale: #A2A2A2. Windows color (decimal): -4414632 or 5809084. OLE color: 5809084.
HSL color Cylindrical-coordinate representation of color #BCA358: hue angle of 45º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCA358 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 88 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.26 |
| HSL | 45º | 0.43% | 0.54% | - |
| HSV(B) | 45º | 0.53% | 0.74% | - |
| XYZ | 35.6 | 37.59 | 14.61 | - |
| YUV | 161.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 88 | 0 | 0.13 | 0.53 | 0.26 | 45 | 0.43 | 0.54 |
| Hex | BC | A3 | 58 | 0 | D | 35 | 1A | 2D | 2B | 36 |
| Octal | 274 | 243 | 130 | 0 | 15 | 65 | 32 | 55 | 53 | 66 |
| Binary | 10111100 | 10100011 | 1011000 | 0 | 1101 | 110101 | 11010 | 101101 | 101011 | 110110 |
Color Harmonies of #BCA358
Complementary color
Monochromatic Colors of #BCA358
Black with #BCA358
Text Example
Text Example
White with #BCA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA358; }
p { color: rgb(188,163,88); }
H1.HeaderClassName
{
color: #BCA358;
}
.AnyTagClassName
{
color: #BCA358;
}
</style>
background-color css
<style>
a { background-color: #BCA358; }
a { background-color: rgb(188,163,88); }
div.DivClassName
{
background-color: #BCA358;
}
.BgClassName
{
background-color: #BCA358;
}
</style>
border-color css
<style>
span { border-color: #BCA358; }
span { border-color: rgb(188,163,88); }
td.TdClassName
{
border-color: #BCA358;
}
.TagClassName
{
border-color: #BCA358;
}
</style>