Shades of Laser #BDA559
Tints of Laser #BDA559
RGB
CMYK
RGB Variations
Color information
#BDA559 (or 0xBDA559) is known color: Laser. HEX triplet: BD, A5 and 59. RGB value is (189,165,89). Sum of RGB (Red+Green+Blue) = 189+165+89=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA559 is #425AA6. Grayscale: #A3A3A3. Windows color (decimal): -4348583 or 5875133. OLE color: 5875133.
HSL color Cylindrical-coordinate representation of color #BDA559: hue angle of 45.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDA559 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 89 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.26 |
| HSL | 45.6º | 0.43% | 0.55% | - |
| HSV(B) | 45.6º | 0.53% | 0.74% | - |
| XYZ | 36.24 | 38.45 | 14.96 | - |
| YUV | 163.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 89 | 0 | 0.13 | 0.53 | 0.26 | 45.6 | 0.43 | 0.55 |
| Hex | BD | A5 | 59 | 0 | D | 35 | 1A | 2E | 2B | 37 |
| Octal | 275 | 245 | 131 | 0 | 15 | 65 | 32 | 56 | 53 | 67 |
| Binary | 10111101 | 10100101 | 1011001 | 0 | 1101 | 110101 | 11010 | 101110 | 101011 | 110111 |
Color Harmonies of #BDA559
Complementary color
Monochromatic Colors of #BDA559
Black with #BDA559
Text Example
Text Example
White with #BDA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA559; }
p { color: rgb(189,165,89); }
H1.HeaderClassName
{
color: #BDA559;
}
.AnyTagClassName
{
color: #BDA559;
}
</style>
background-color css
<style>
a { background-color: #BDA559; }
a { background-color: rgb(189,165,89); }
div.DivClassName
{
background-color: #BDA559;
}
.BgClassName
{
background-color: #BDA559;
}
</style>
border-color css
<style>
span { border-color: #BDA559; }
span { border-color: rgb(189,165,89); }
td.TdClassName
{
border-color: #BDA559;
}
.TagClassName
{
border-color: #BDA559;
}
</style>