Shades of Laser #B9A162
Tints of Laser #B9A162
RGB
CMYK
RGB Variations
Color information
#B9A162 (or 0xB9A162) is known color: Laser. HEX triplet: B9, A1 and 62. RGB value is (185,161,98). Sum of RGB (Red+Green+Blue) = 185+161+98=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A162 is #465E9D. Grayscale: #A1A1A1. Windows color (decimal): -4611742 or 6463929. OLE color: 6463929.
HSL color Cylindrical-coordinate representation of color #B9A162: hue angle of 43.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9A162 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 98 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.27 |
| HSL | 43.45º | 0.38% | 0.55% | - |
| HSV(B) | 43.45º | 0.47% | 0.73% | - |
| XYZ | 34.96 | 36.69 | 16.79 | - |
| YUV | 160.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 98 | 0 | 0.13 | 0.47 | 0.27 | 43.45 | 0.38 | 0.55 |
| Hex | B9 | A1 | 62 | 0 | D | 2F | 1B | 2B | 26 | 37 |
| Octal | 271 | 241 | 142 | 0 | 15 | 57 | 33 | 53 | 46 | 67 |
| Binary | 10111001 | 10100001 | 1100010 | 0 | 1101 | 101111 | 11011 | 101011 | 100110 | 110111 |
Color Harmonies of #B9A162
Complementary color
Monochromatic Colors of #B9A162
Black with #B9A162
Text Example
Text Example
White with #B9A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A162; }
p { color: rgb(185,161,98); }
H1.HeaderClassName
{
color: #B9A162;
}
.AnyTagClassName
{
color: #B9A162;
}
</style>
background-color css
<style>
a { background-color: #B9A162; }
a { background-color: rgb(185,161,98); }
div.DivClassName
{
background-color: #B9A162;
}
.BgClassName
{
background-color: #B9A162;
}
</style>
border-color css
<style>
span { border-color: #B9A162; }
span { border-color: rgb(185,161,98); }
td.TdClassName
{
border-color: #B9A162;
}
.TagClassName
{
border-color: #B9A162;
}
</style>