Shades of Laser #BDA158
Tints of Laser #BDA158
RGB
CMYK
RGB Variations
Color information
#BDA158 (or 0xBDA158) is known color: Laser. HEX triplet: BD, A1 and 58. RGB value is (189,161,88). Sum of RGB (Red+Green+Blue) = 189+161+88=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA158 is #425EA7. Grayscale: #A1A1A1. Windows color (decimal): -4349608 or 5808573. OLE color: 5808573.
HSL color Cylindrical-coordinate representation of color #BDA158: hue angle of 43.37º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDA158 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 88 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.26 |
| HSL | 43.37º | 0.43% | 0.54% | - |
| HSV(B) | 43.37º | 0.53% | 0.74% | - |
| XYZ | 35.49 | 37.01 | 14.51 | - |
| YUV | 161.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 88 | 0 | 0.15 | 0.53 | 0.26 | 43.37 | 0.43 | 0.54 |
| Hex | BD | A1 | 58 | 0 | F | 35 | 1A | 2B | 2B | 36 |
| Octal | 275 | 241 | 130 | 0 | 17 | 65 | 32 | 53 | 53 | 66 |
| Binary | 10111101 | 10100001 | 1011000 | 0 | 1111 | 110101 | 11010 | 101011 | 101011 | 110110 |
Color Harmonies of #BDA158
Complementary color
Monochromatic Colors of #BDA158
Black with #BDA158
Text Example
Text Example
White with #BDA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA158; }
p { color: rgb(189,161,88); }
H1.HeaderClassName
{
color: #BDA158;
}
.AnyTagClassName
{
color: #BDA158;
}
</style>
background-color css
<style>
a { background-color: #BDA158; }
a { background-color: rgb(189,161,88); }
div.DivClassName
{
background-color: #BDA158;
}
.BgClassName
{
background-color: #BDA158;
}
</style>
border-color css
<style>
span { border-color: #BDA158; }
span { border-color: rgb(189,161,88); }
td.TdClassName
{
border-color: #BDA158;
}
.TagClassName
{
border-color: #BDA158;
}
</style>