Shades of Laser #BDA259
Tints of Laser #BDA259
RGB
CMYK
RGB Variations
Color information
#BDA259 (or 0xBDA259) is known color: Laser. HEX triplet: BD, A2 and 59. RGB value is (189,162,89). Sum of RGB (Red+Green+Blue) = 189+162+89=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA259 is #425DA6. Grayscale: #A2A2A2. Windows color (decimal): -4349351 or 5874365. OLE color: 5874365.
HSL color Cylindrical-coordinate representation of color #BDA259: hue angle of 43.8º 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 #BDA259 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 89 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.26 |
| HSL | 43.8º | 0.43% | 0.55% | - |
| HSV(B) | 43.8º | 0.53% | 0.74% | - |
| XYZ | 35.71 | 37.38 | 14.78 | - |
| YUV | 161.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 89 | 0 | 0.14 | 0.53 | 0.26 | 43.8 | 0.43 | 0.55 |
| Hex | BD | A2 | 59 | 0 | E | 35 | 1A | 2C | 2B | 37 |
| Octal | 275 | 242 | 131 | 0 | 16 | 65 | 32 | 54 | 53 | 67 |
| Binary | 10111101 | 10100010 | 1011001 | 0 | 1110 | 110101 | 11010 | 101100 | 101011 | 110111 |
Color Harmonies of #BDA259
Complementary color
Monochromatic Colors of #BDA259
Black with #BDA259
Text Example
Text Example
White with #BDA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA259; }
p { color: rgb(189,162,89); }
H1.HeaderClassName
{
color: #BDA259;
}
.AnyTagClassName
{
color: #BDA259;
}
</style>
background-color css
<style>
a { background-color: #BDA259; }
a { background-color: rgb(189,162,89); }
div.DivClassName
{
background-color: #BDA259;
}
.BgClassName
{
background-color: #BDA259;
}
</style>
border-color css
<style>
span { border-color: #BDA259; }
span { border-color: rgb(189,162,89); }
td.TdClassName
{
border-color: #BDA259;
}
.TagClassName
{
border-color: #BDA259;
}
</style>