Shades of Laser #BDA462
Tints of Laser #BDA462
RGB
CMYK
RGB Variations
Color information
#BDA462 (or 0xBDA462) is known color: Laser. HEX triplet: BD, A4 and 62. RGB value is (189,164,98). Sum of RGB (Red+Green+Blue) = 189+164+98=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA462 is #425B9D. Grayscale: #A4A4A4. Windows color (decimal): -4348830 or 6464701. OLE color: 6464701.
HSL color Cylindrical-coordinate representation of color #BDA462: hue angle of 43.52º 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 #BDA462 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 98 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.26 |
| HSL | 43.52º | 0.41% | 0.56% | - |
| HSV(B) | 43.52º | 0.48% | 0.74% | - |
| XYZ | 36.47 | 38.25 | 17.02 | - |
| YUV | 163.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 98 | 0 | 0.13 | 0.48 | 0.26 | 43.52 | 0.41 | 0.56 |
| Hex | BD | A4 | 62 | 0 | D | 30 | 1A | 2C | 29 | 38 |
| Octal | 275 | 244 | 142 | 0 | 15 | 60 | 32 | 54 | 51 | 70 |
| Binary | 10111101 | 10100100 | 1100010 | 0 | 1101 | 110000 | 11010 | 101100 | 101001 | 111000 |
Color Harmonies of #BDA462
Complementary color
Monochromatic Colors of #BDA462
Black with #BDA462
Text Example
Text Example
White with #BDA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA462; }
p { color: rgb(189,164,98); }
H1.HeaderClassName
{
color: #BDA462;
}
.AnyTagClassName
{
color: #BDA462;
}
</style>
background-color css
<style>
a { background-color: #BDA462; }
a { background-color: rgb(189,164,98); }
div.DivClassName
{
background-color: #BDA462;
}
.BgClassName
{
background-color: #BDA462;
}
</style>
border-color css
<style>
span { border-color: #BDA462; }
span { border-color: rgb(189,164,98); }
td.TdClassName
{
border-color: #BDA462;
}
.TagClassName
{
border-color: #BDA462;
}
</style>