Shades of Laser #BCA366
Tints of Laser #BCA366
RGB
CMYK
RGB Variations
Color information
#BCA366 (or 0xBCA366) is known color: Laser. HEX triplet: BC, A3 and 66. RGB value is (188,163,102). Sum of RGB (Red+Green+Blue) = 188+163+102=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA366 is #435C99. Grayscale: #A3A3A3. Windows color (decimal): -4414618 or 6726588. OLE color: 6726588.
HSL color Cylindrical-coordinate representation of color #BCA366: hue angle of 42.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCA366 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 102 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.26 |
| HSL | 42.56º | 0.39% | 0.57% | - |
| HSV(B) | 42.56º | 0.46% | 0.74% | - |
| XYZ | 36.23 | 37.85 | 17.97 | - |
| YUV | 163.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 102 | 0 | 0.13 | 0.46 | 0.26 | 42.56 | 0.39 | 0.57 |
| Hex | BC | A3 | 66 | 0 | D | 2E | 1A | 2B | 27 | 39 |
| Octal | 274 | 243 | 146 | 0 | 15 | 56 | 32 | 53 | 47 | 71 |
| Binary | 10111100 | 10100011 | 1100110 | 0 | 1101 | 101110 | 11010 | 101011 | 100111 | 111001 |
Color Harmonies of #BCA366
Complementary color
Monochromatic Colors of #BCA366
Black with #BCA366
Text Example
Text Example
White with #BCA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA366; }
p { color: rgb(188,163,102); }
H1.HeaderClassName
{
color: #BCA366;
}
.AnyTagClassName
{
color: #BCA366;
}
</style>
background-color css
<style>
a { background-color: #BCA366; }
a { background-color: rgb(188,163,102); }
div.DivClassName
{
background-color: #BCA366;
}
.BgClassName
{
background-color: #BCA366;
}
</style>
border-color css
<style>
span { border-color: #BCA366; }
span { border-color: rgb(188,163,102); }
td.TdClassName
{
border-color: #BCA366;
}
.TagClassName
{
border-color: #BCA366;
}
</style>