Shades of Laser #BDA660
Tints of Laser #BDA660
RGB
CMYK
RGB Variations
Color information
#BDA660 (or 0xBDA660) is known color: Laser. HEX triplet: BD, A6 and 60. RGB value is (189,166,96). Sum of RGB (Red+Green+Blue) = 189+166+96=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA660 is #42599F. Grayscale: #A5A5A5. Windows color (decimal): -4348320 or 6334141. OLE color: 6334141.
HSL color Cylindrical-coordinate representation of color #BDA660: hue angle of 45.16º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA660 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 96 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.26 |
| HSL | 45.16º | 0.41% | 0.56% | - |
| HSV(B) | 45.16º | 0.49% | 0.74% | - |
| XYZ | 36.73 | 38.94 | 16.65 | - |
| YUV | 164.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 96 | 0 | 0.12 | 0.49 | 0.26 | 45.16 | 0.41 | 0.56 |
| Hex | BD | A6 | 60 | 0 | C | 31 | 1A | 2D | 29 | 38 |
| Octal | 275 | 246 | 140 | 0 | 14 | 61 | 32 | 55 | 51 | 70 |
| Binary | 10111101 | 10100110 | 1100000 | 0 | 1100 | 110001 | 11010 | 101101 | 101001 | 111000 |
Color Harmonies of #BDA660
Complementary color
Monochromatic Colors of #BDA660
Black with #BDA660
Text Example
Text Example
White with #BDA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA660; }
p { color: rgb(189,166,96); }
H1.HeaderClassName
{
color: #BDA660;
}
.AnyTagClassName
{
color: #BDA660;
}
</style>
background-color css
<style>
a { background-color: #BDA660; }
a { background-color: rgb(189,166,96); }
div.DivClassName
{
background-color: #BDA660;
}
.BgClassName
{
background-color: #BDA660;
}
</style>
border-color css
<style>
span { border-color: #BDA660; }
span { border-color: rgb(189,166,96); }
td.TdClassName
{
border-color: #BDA660;
}
.TagClassName
{
border-color: #BDA660;
}
</style>