Shades of Laser #BDA159
Tints of Laser #BDA159
RGB
CMYK
RGB Variations
Color information
#BDA159 (or 0xBDA159) is known color: Laser. HEX triplet: BD, A1 and 59. RGB value is (189,161,89). Sum of RGB (Red+Green+Blue) = 189+161+89=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA159 is #425EA6. Grayscale: #A1A1A1. Windows color (decimal): -4349607 or 5874109. OLE color: 5874109.
HSL color Cylindrical-coordinate representation of color #BDA159: hue angle of 43.2º 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 #BDA159 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 89 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.26 |
| HSL | 43.2º | 0.43% | 0.55% | - |
| HSV(B) | 43.2º | 0.53% | 0.74% | - |
| XYZ | 35.53 | 37.03 | 14.73 | - |
| YUV | 161.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 89 | 0 | 0.15 | 0.53 | 0.26 | 43.2 | 0.43 | 0.55 |
| Hex | BD | A1 | 59 | 0 | F | 35 | 1A | 2B | 2B | 37 |
| Octal | 275 | 241 | 131 | 0 | 17 | 65 | 32 | 53 | 53 | 67 |
| Binary | 10111101 | 10100001 | 1011001 | 0 | 1111 | 110101 | 11010 | 101011 | 101011 | 110111 |
Color Harmonies of #BDA159
Complementary color
Monochromatic Colors of #BDA159
Black with #BDA159
Text Example
Text Example
White with #BDA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA159; }
p { color: rgb(189,161,89); }
H1.HeaderClassName
{
color: #BDA159;
}
.AnyTagClassName
{
color: #BDA159;
}
</style>
background-color css
<style>
a { background-color: #BDA159; }
a { background-color: rgb(189,161,89); }
div.DivClassName
{
background-color: #BDA159;
}
.BgClassName
{
background-color: #BDA159;
}
</style>
border-color css
<style>
span { border-color: #BDA159; }
span { border-color: rgb(189,161,89); }
td.TdClassName
{
border-color: #BDA159;
}
.TagClassName
{
border-color: #BDA159;
}
</style>