Shades of Laser #BDA359
Tints of Laser #BDA359
RGB
CMYK
RGB Variations
Color information
#BDA359 (or 0xBDA359) is known color: Laser. HEX triplet: BD, A3 and 59. RGB value is (189,163,89). Sum of RGB (Red+Green+Blue) = 189+163+89=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA359 is #425CA6. Grayscale: #A2A2A2. Windows color (decimal): -4349095 or 5874621. OLE color: 5874621.
HSL color Cylindrical-coordinate representation of color #BDA359: hue angle of 44.4º 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 #BDA359 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 89 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.26 |
| HSL | 44.4º | 0.43% | 0.55% | - |
| HSV(B) | 44.4º | 0.53% | 0.74% | - |
| XYZ | 35.89 | 37.73 | 14.84 | - |
| YUV | 162.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 89 | 0 | 0.14 | 0.53 | 0.26 | 44.4 | 0.43 | 0.55 |
| Hex | BD | A3 | 59 | 0 | E | 35 | 1A | 2C | 2B | 37 |
| Octal | 275 | 243 | 131 | 0 | 16 | 65 | 32 | 54 | 53 | 67 |
| Binary | 10111101 | 10100011 | 1011001 | 0 | 1110 | 110101 | 11010 | 101100 | 101011 | 110111 |
Color Harmonies of #BDA359
Complementary color
Monochromatic Colors of #BDA359
Black with #BDA359
Text Example
Text Example
White with #BDA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA359; }
p { color: rgb(189,163,89); }
H1.HeaderClassName
{
color: #BDA359;
}
.AnyTagClassName
{
color: #BDA359;
}
</style>
background-color css
<style>
a { background-color: #BDA359; }
a { background-color: rgb(189,163,89); }
div.DivClassName
{
background-color: #BDA359;
}
.BgClassName
{
background-color: #BDA359;
}
</style>
border-color css
<style>
span { border-color: #BDA359; }
span { border-color: rgb(189,163,89); }
td.TdClassName
{
border-color: #BDA359;
}
.TagClassName
{
border-color: #BDA359;
}
</style>