Shades of Laser #BDA356
Tints of Laser #BDA356
RGB
CMYK
RGB Variations
Color information
#BDA356 (or 0xBDA356) is known color: Laser. HEX triplet: BD, A3 and 56. RGB value is (189,163,86). Sum of RGB (Red+Green+Blue) = 189+163+86=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA356 is #425CA9. Grayscale: #A2A2A2. Windows color (decimal): -4349098 or 5678013. OLE color: 5678013.
HSL color Cylindrical-coordinate representation of color #BDA356: hue angle of 44.85º 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 #BDA356 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 86 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.26 |
| HSL | 44.85º | 0.44% | 0.54% | - |
| HSV(B) | 44.85º | 0.54% | 0.74% | - |
| XYZ | 35.76 | 37.69 | 14.19 | - |
| YUV | 162 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 86 | 0 | 0.14 | 0.54 | 0.26 | 44.85 | 0.44 | 0.54 |
| Hex | BD | A3 | 56 | 0 | E | 36 | 1A | 2D | 2C | 36 |
| Octal | 275 | 243 | 126 | 0 | 16 | 66 | 32 | 55 | 54 | 66 |
| Binary | 10111101 | 10100011 | 1010110 | 0 | 1110 | 110110 | 11010 | 101101 | 101100 | 110110 |
Color Harmonies of #BDA356
Complementary color
Monochromatic Colors of #BDA356
Black with #BDA356
Text Example
Text Example
White with #BDA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA356; }
p { color: rgb(189,163,86); }
H1.HeaderClassName
{
color: #BDA356;
}
.AnyTagClassName
{
color: #BDA356;
}
</style>
background-color css
<style>
a { background-color: #BDA356; }
a { background-color: rgb(189,163,86); }
div.DivClassName
{
background-color: #BDA356;
}
.BgClassName
{
background-color: #BDA356;
}
</style>
border-color css
<style>
span { border-color: #BDA356; }
span { border-color: rgb(189,163,86); }
td.TdClassName
{
border-color: #BDA356;
}
.TagClassName
{
border-color: #BDA356;
}
</style>