Shades of Laser #BCA262
Tints of Laser #BCA262
RGB
CMYK
RGB Variations
Color information
#BCA262 (or 0xBCA262) is known color: Laser. HEX triplet: BC, A2 and 62. RGB value is (188,162,98). Sum of RGB (Red+Green+Blue) = 188+162+98=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA262 is #435D9D. Grayscale: #A2A2A2. Windows color (decimal): -4414878 or 6464188. OLE color: 6464188.
HSL color Cylindrical-coordinate representation of color #BCA262: hue angle of 42.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCA262 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 98 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.26 |
| HSL | 42.67º | 0.4% | 0.56% | - |
| HSV(B) | 42.67º | 0.48% | 0.74% | - |
| XYZ | 35.86 | 37.41 | 16.89 | - |
| YUV | 162.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 98 | 0 | 0.14 | 0.48 | 0.26 | 42.67 | 0.4 | 0.56 |
| Hex | BC | A2 | 62 | 0 | E | 30 | 1A | 2B | 28 | 38 |
| Octal | 274 | 242 | 142 | 0 | 16 | 60 | 32 | 53 | 50 | 70 |
| Binary | 10111100 | 10100010 | 1100010 | 0 | 1110 | 110000 | 11010 | 101011 | 101000 | 111000 |
Color Harmonies of #BCA262
Complementary color
Monochromatic Colors of #BCA262
Black with #BCA262
Text Example
Text Example
White with #BCA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA262; }
p { color: rgb(188,162,98); }
H1.HeaderClassName
{
color: #BCA262;
}
.AnyTagClassName
{
color: #BCA262;
}
</style>
background-color css
<style>
a { background-color: #BCA262; }
a { background-color: rgb(188,162,98); }
div.DivClassName
{
background-color: #BCA262;
}
.BgClassName
{
background-color: #BCA262;
}
</style>
border-color css
<style>
span { border-color: #BCA262; }
span { border-color: rgb(188,162,98); }
td.TdClassName
{
border-color: #BCA262;
}
.TagClassName
{
border-color: #BCA262;
}
</style>