Shades of Laser #BDA063
Tints of Laser #BDA063
RGB
CMYK
RGB Variations
Color information
#BDA063 (or 0xBDA063) is known color: Laser. HEX triplet: BD, A0 and 63. RGB value is (189,160,99). Sum of RGB (Red+Green+Blue) = 189+160+99=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA063 is #425F9C. Grayscale: #A1A1A1. Windows color (decimal): -4349853 or 6529213. OLE color: 6529213.
HSL color Cylindrical-coordinate representation of color #BDA063: hue angle of 40.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA063 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 99 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.26 |
| HSL | 40.67º | 0.41% | 0.56% | - |
| HSV(B) | 40.67º | 0.48% | 0.74% | - |
| XYZ | 35.81 | 36.86 | 17.03 | - |
| YUV | 161.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 99 | 0 | 0.15 | 0.48 | 0.26 | 40.67 | 0.41 | 0.56 |
| Hex | BD | A0 | 63 | 0 | F | 30 | 1A | 29 | 29 | 38 |
| Octal | 275 | 240 | 143 | 0 | 17 | 60 | 32 | 51 | 51 | 70 |
| Binary | 10111101 | 10100000 | 1100011 | 0 | 1111 | 110000 | 11010 | 101001 | 101001 | 111000 |
Color Harmonies of #BDA063
Complementary color
Monochromatic Colors of #BDA063
Black with #BDA063
Text Example
Text Example
White with #BDA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA063; }
p { color: rgb(189,160,99); }
H1.HeaderClassName
{
color: #BDA063;
}
.AnyTagClassName
{
color: #BDA063;
}
</style>
background-color css
<style>
a { background-color: #BDA063; }
a { background-color: rgb(189,160,99); }
div.DivClassName
{
background-color: #BDA063;
}
.BgClassName
{
background-color: #BDA063;
}
</style>
border-color css
<style>
span { border-color: #BDA063; }
span { border-color: rgb(189,160,99); }
td.TdClassName
{
border-color: #BDA063;
}
.TagClassName
{
border-color: #BDA063;
}
</style>