Shades of Laser #BDA157
Tints of Laser #BDA157
RGB
CMYK
RGB Variations
Color information
#BDA157 (or 0xBDA157) is known color: Laser. HEX triplet: BD, A1 and 57. RGB value is (189,161,87). Sum of RGB (Red+Green+Blue) = 189+161+87=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA157 is #425EA8. Grayscale: #A1A1A1. Windows color (decimal): -4349609 or 5743037. OLE color: 5743037.
HSL color Cylindrical-coordinate representation of color #BDA157: hue angle of 43.53º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDA157 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 87 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.26 |
| HSL | 43.53º | 0.44% | 0.54% | - |
| HSV(B) | 43.53º | 0.54% | 0.74% | - |
| XYZ | 35.45 | 37 | 14.29 | - |
| YUV | 160.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 87 | 0 | 0.15 | 0.54 | 0.26 | 43.53 | 0.44 | 0.54 |
| Hex | BD | A1 | 57 | 0 | F | 36 | 1A | 2C | 2C | 36 |
| Octal | 275 | 241 | 127 | 0 | 17 | 66 | 32 | 54 | 54 | 66 |
| Binary | 10111101 | 10100001 | 1010111 | 0 | 1111 | 110110 | 11010 | 101100 | 101100 | 110110 |
Color Harmonies of #BDA157
Complementary color
Monochromatic Colors of #BDA157
Black with #BDA157
Text Example
Text Example
White with #BDA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA157; }
p { color: rgb(189,161,87); }
H1.HeaderClassName
{
color: #BDA157;
}
.AnyTagClassName
{
color: #BDA157;
}
</style>
background-color css
<style>
a { background-color: #BDA157; }
a { background-color: rgb(189,161,87); }
div.DivClassName
{
background-color: #BDA157;
}
.BgClassName
{
background-color: #BDA157;
}
</style>
border-color css
<style>
span { border-color: #BDA157; }
span { border-color: rgb(189,161,87); }
td.TdClassName
{
border-color: #BDA157;
}
.TagClassName
{
border-color: #BDA157;
}
</style>