Shades of Laser #BCA25C
Tints of Laser #BCA25C
RGB
CMYK
RGB Variations
Color information
#BCA25C (or 0xBCA25C) is known color: Laser. HEX triplet: BC, A2 and 5C. RGB value is (188,162,92). Sum of RGB (Red+Green+Blue) = 188+162+92=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA25C is #435DA3. Grayscale: #A2A2A2. Windows color (decimal): -4414884 or 6070972. OLE color: 6070972.
HSL color Cylindrical-coordinate representation of color #BCA25C: hue angle of 43.75º 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 #BCA25C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 92 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.26 |
| HSL | 43.75º | 0.42% | 0.55% | - |
| HSV(B) | 43.75º | 0.51% | 0.74% | - |
| XYZ | 35.59 | 37.3 | 15.45 | - |
| YUV | 161.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 92 | 0 | 0.14 | 0.51 | 0.26 | 43.75 | 0.42 | 0.55 |
| Hex | BC | A2 | 5C | 0 | E | 33 | 1A | 2C | 2A | 37 |
| Octal | 274 | 242 | 134 | 0 | 16 | 63 | 32 | 54 | 52 | 67 |
| Binary | 10111100 | 10100010 | 1011100 | 0 | 1110 | 110011 | 11010 | 101100 | 101010 | 110111 |
Color Harmonies of #BCA25C
Complementary color
Monochromatic Colors of #BCA25C
Black with #BCA25C
Text Example
Text Example
White with #BCA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA25C; }
p { color: rgb(188,162,92); }
H1.HeaderClassName
{
color: #BCA25C;
}
.AnyTagClassName
{
color: #BCA25C;
}
</style>
background-color css
<style>
a { background-color: #BCA25C; }
a { background-color: rgb(188,162,92); }
div.DivClassName
{
background-color: #BCA25C;
}
.BgClassName
{
background-color: #BCA25C;
}
</style>
border-color css
<style>
span { border-color: #BCA25C; }
span { border-color: rgb(188,162,92); }
td.TdClassName
{
border-color: #BCA25C;
}
.TagClassName
{
border-color: #BCA25C;
}
</style>