Shades of Laser #BDA058
Tints of Laser #BDA058
RGB
CMYK
RGB Variations
Color information
#BDA058 (or 0xBDA058) is known color: Laser. HEX triplet: BD, A0 and 58. RGB value is (189,160,88). Sum of RGB (Red+Green+Blue) = 189+160+88=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA058 is #425FA7. Grayscale: #A0A0A0. Windows color (decimal): -4349864 or 5808317. OLE color: 5808317.
HSL color Cylindrical-coordinate representation of color #BDA058: hue angle of 42.77º 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 #BDA058 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 88 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.26 |
| HSL | 42.77º | 0.43% | 0.54% | - |
| HSV(B) | 42.77º | 0.53% | 0.74% | - |
| XYZ | 35.32 | 36.67 | 14.45 | - |
| YUV | 160.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 88 | 0 | 0.15 | 0.53 | 0.26 | 42.77 | 0.43 | 0.54 |
| Hex | BD | A0 | 58 | 0 | F | 35 | 1A | 2B | 2B | 36 |
| Octal | 275 | 240 | 130 | 0 | 17 | 65 | 32 | 53 | 53 | 66 |
| Binary | 10111101 | 10100000 | 1011000 | 0 | 1111 | 110101 | 11010 | 101011 | 101011 | 110110 |
Color Harmonies of #BDA058
Complementary color
Monochromatic Colors of #BDA058
Black with #BDA058
Text Example
Text Example
White with #BDA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA058; }
p { color: rgb(189,160,88); }
H1.HeaderClassName
{
color: #BDA058;
}
.AnyTagClassName
{
color: #BDA058;
}
</style>
background-color css
<style>
a { background-color: #BDA058; }
a { background-color: rgb(189,160,88); }
div.DivClassName
{
background-color: #BDA058;
}
.BgClassName
{
background-color: #BDA058;
}
</style>
border-color css
<style>
span { border-color: #BDA058; }
span { border-color: rgb(189,160,88); }
td.TdClassName
{
border-color: #BDA058;
}
.TagClassName
{
border-color: #BDA058;
}
</style>