Shades of Laser #BCA667
Tints of Laser #BCA667
RGB
CMYK
RGB Variations
Color information
#BCA667 (or 0xBCA667) is known color: Laser. HEX triplet: BC, A6 and 67. RGB value is (188,166,103). Sum of RGB (Red+Green+Blue) = 188+166+103=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA667 is #435998. Grayscale: #A5A5A5. Windows color (decimal): -4413849 or 6792892. OLE color: 6792892.
HSL color Cylindrical-coordinate representation of color #BCA667: hue angle of 44.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCA667 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 103 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.26 |
| HSL | 44.47º | 0.39% | 0.57% | - |
| HSV(B) | 44.47º | 0.45% | 0.74% | - |
| XYZ | 36.82 | 38.94 | 18.41 | - |
| YUV | 165.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 103 | 0 | 0.12 | 0.45 | 0.26 | 44.47 | 0.39 | 0.57 |
| Hex | BC | A6 | 67 | 0 | C | 2D | 1A | 2C | 27 | 39 |
| Octal | 274 | 246 | 147 | 0 | 14 | 55 | 32 | 54 | 47 | 71 |
| Binary | 10111100 | 10100110 | 1100111 | 0 | 1100 | 101101 | 11010 | 101100 | 100111 | 111001 |
Color Harmonies of #BCA667
Complementary color
Monochromatic Colors of #BCA667
Black with #BCA667
Text Example
Text Example
White with #BCA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA667; }
p { color: rgb(188,166,103); }
H1.HeaderClassName
{
color: #BCA667;
}
.AnyTagClassName
{
color: #BCA667;
}
</style>
background-color css
<style>
a { background-color: #BCA667; }
a { background-color: rgb(188,166,103); }
div.DivClassName
{
background-color: #BCA667;
}
.BgClassName
{
background-color: #BCA667;
}
</style>
border-color css
<style>
span { border-color: #BCA667; }
span { border-color: rgb(188,166,103); }
td.TdClassName
{
border-color: #BCA667;
}
.TagClassName
{
border-color: #BCA667;
}
</style>