Shades of Laser #BDA459
Tints of Laser #BDA459
RGB
CMYK
RGB Variations
Color information
#BDA459 (or 0xBDA459) is known color: Laser. HEX triplet: BD, A4 and 59. RGB value is (189,164,89). Sum of RGB (Red+Green+Blue) = 189+164+89=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA459 is #425BA6. Grayscale: #A3A3A3. Windows color (decimal): -4348839 or 5874877. OLE color: 5874877.
HSL color Cylindrical-coordinate representation of color #BDA459: hue angle of 45º 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 #BDA459 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 89 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.26 |
| HSL | 45º | 0.43% | 0.55% | - |
| HSV(B) | 45º | 0.53% | 0.74% | - |
| XYZ | 36.06 | 38.09 | 14.9 | - |
| YUV | 162.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 89 | 0 | 0.13 | 0.53 | 0.26 | 45 | 0.43 | 0.55 |
| Hex | BD | A4 | 59 | 0 | D | 35 | 1A | 2D | 2B | 37 |
| Octal | 275 | 244 | 131 | 0 | 15 | 65 | 32 | 55 | 53 | 67 |
| Binary | 10111101 | 10100100 | 1011001 | 0 | 1101 | 110101 | 11010 | 101101 | 101011 | 110111 |
Color Harmonies of #BDA459
Complementary color
Monochromatic Colors of #BDA459
Black with #BDA459
Text Example
Text Example
White with #BDA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA459; }
p { color: rgb(189,164,89); }
H1.HeaderClassName
{
color: #BDA459;
}
.AnyTagClassName
{
color: #BDA459;
}
</style>
background-color css
<style>
a { background-color: #BDA459; }
a { background-color: rgb(189,164,89); }
div.DivClassName
{
background-color: #BDA459;
}
.BgClassName
{
background-color: #BDA459;
}
</style>
border-color css
<style>
span { border-color: #BDA459; }
span { border-color: rgb(189,164,89); }
td.TdClassName
{
border-color: #BDA459;
}
.TagClassName
{
border-color: #BDA459;
}
</style>