Shades of Laser #BDA162
Tints of Laser #BDA162
RGB
CMYK
RGB Variations
Color information
#BDA162 (or 0xBDA162) is known color: Laser. HEX triplet: BD, A1 and 62. RGB value is (189,161,98). Sum of RGB (Red+Green+Blue) = 189+161+98=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA162 is #425E9D. Grayscale: #A2A2A2. Windows color (decimal): -4349598 or 6463933. OLE color: 6463933.
HSL color Cylindrical-coordinate representation of color #BDA162: hue angle of 41.54º 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 #BDA162 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 98 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.26 |
| HSL | 41.54º | 0.41% | 0.56% | - |
| HSV(B) | 41.54º | 0.48% | 0.74% | - |
| XYZ | 35.94 | 37.19 | 16.84 | - |
| YUV | 162.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 98 | 0 | 0.15 | 0.48 | 0.26 | 41.54 | 0.41 | 0.56 |
| Hex | BD | A1 | 62 | 0 | F | 30 | 1A | 2A | 29 | 38 |
| Octal | 275 | 241 | 142 | 0 | 17 | 60 | 32 | 52 | 51 | 70 |
| Binary | 10111101 | 10100001 | 1100010 | 0 | 1111 | 110000 | 11010 | 101010 | 101001 | 111000 |
Color Harmonies of #BDA162
Complementary color
Monochromatic Colors of #BDA162
Black with #BDA162
Text Example
Text Example
White with #BDA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA162; }
p { color: rgb(189,161,98); }
H1.HeaderClassName
{
color: #BDA162;
}
.AnyTagClassName
{
color: #BDA162;
}
</style>
background-color css
<style>
a { background-color: #BDA162; }
a { background-color: rgb(189,161,98); }
div.DivClassName
{
background-color: #BDA162;
}
.BgClassName
{
background-color: #BDA162;
}
</style>
border-color css
<style>
span { border-color: #BDA162; }
span { border-color: rgb(189,161,98); }
td.TdClassName
{
border-color: #BDA162;
}
.TagClassName
{
border-color: #BDA162;
}
</style>