Shades of Laser #BCA65D
Tints of Laser #BCA65D
RGB
CMYK
RGB Variations
Color information
#BCA65D (or 0xBCA65D) is known color: Laser. HEX triplet: BC, A6 and 5D. RGB value is (188,166,93). Sum of RGB (Red+Green+Blue) = 188+166+93=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA65D is #4359A2. Grayscale: #A4A4A4. Windows color (decimal): -4413859 or 6137532. OLE color: 6137532.
HSL color Cylindrical-coordinate representation of color #BCA65D: hue angle of 46.11º 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 #BCA65D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 93 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.26 |
| HSL | 46.11º | 0.41% | 0.55% | - |
| HSV(B) | 46.11º | 0.51% | 0.74% | - |
| XYZ | 36.35 | 38.75 | 15.92 | - |
| YUV | 164.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 93 | 0 | 0.12 | 0.51 | 0.26 | 46.11 | 0.41 | 0.55 |
| Hex | BC | A6 | 5D | 0 | C | 33 | 1A | 2E | 29 | 37 |
| Octal | 274 | 246 | 135 | 0 | 14 | 63 | 32 | 56 | 51 | 67 |
| Binary | 10111100 | 10100110 | 1011101 | 0 | 1100 | 110011 | 11010 | 101110 | 101001 | 110111 |
Color Harmonies of #BCA65D
Complementary color
Monochromatic Colors of #BCA65D
Black with #BCA65D
Text Example
Text Example
White with #BCA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA65D; }
p { color: rgb(188,166,93); }
H1.HeaderClassName
{
color: #BCA65D;
}
.AnyTagClassName
{
color: #BCA65D;
}
</style>
background-color css
<style>
a { background-color: #BCA65D; }
a { background-color: rgb(188,166,93); }
div.DivClassName
{
background-color: #BCA65D;
}
.BgClassName
{
background-color: #BCA65D;
}
</style>
border-color css
<style>
span { border-color: #BCA65D; }
span { border-color: rgb(188,166,93); }
td.TdClassName
{
border-color: #BCA65D;
}
.TagClassName
{
border-color: #BCA65D;
}
</style>