Shades of Laser #BDA666
Tints of Laser #BDA666
RGB
CMYK
RGB Variations
Color information
#BDA666 (or 0xBDA666) is known color: Laser. HEX triplet: BD, A6 and 66. RGB value is (189,166,102). Sum of RGB (Red+Green+Blue) = 189+166+102=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA666 is #425999. Grayscale: #A5A5A5. Windows color (decimal): -4348314 or 6727357. OLE color: 6727357.
HSL color Cylindrical-coordinate representation of color #BDA666: hue angle of 44.14º degrees, saturation: 0.4, 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 #BDA666 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 102 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.26 |
| HSL | 44.14º | 0.4% | 0.57% | - |
| HSV(B) | 44.14º | 0.46% | 0.74% | - |
| XYZ | 37.02 | 39.05 | 18.16 | - |
| YUV | 165.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 102 | 0 | 0.12 | 0.46 | 0.26 | 44.14 | 0.4 | 0.57 |
| Hex | BD | A6 | 66 | 0 | C | 2E | 1A | 2C | 28 | 39 |
| Octal | 275 | 246 | 146 | 0 | 14 | 56 | 32 | 54 | 50 | 71 |
| Binary | 10111101 | 10100110 | 1100110 | 0 | 1100 | 101110 | 11010 | 101100 | 101000 | 111001 |
Color Harmonies of #BDA666
Complementary color
Monochromatic Colors of #BDA666
Black with #BDA666
Text Example
Text Example
White with #BDA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA666; }
p { color: rgb(189,166,102); }
H1.HeaderClassName
{
color: #BDA666;
}
.AnyTagClassName
{
color: #BDA666;
}
</style>
background-color css
<style>
a { background-color: #BDA666; }
a { background-color: rgb(189,166,102); }
div.DivClassName
{
background-color: #BDA666;
}
.BgClassName
{
background-color: #BDA666;
}
</style>
border-color css
<style>
span { border-color: #BDA666; }
span { border-color: rgb(189,166,102); }
td.TdClassName
{
border-color: #BDA666;
}
.TagClassName
{
border-color: #BDA666;
}
</style>