Shades of Laser #B9A15C
Tints of Laser #B9A15C
RGB
CMYK
RGB Variations
Color information
#B9A15C (or 0xB9A15C) is known color: Laser. HEX triplet: B9, A1 and 5C. RGB value is (185,161,92). Sum of RGB (Red+Green+Blue) = 185+161+92=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15C is #465EA3. Grayscale: #A0A0A0. Windows color (decimal): -4611748 or 6070713. OLE color: 6070713.
HSL color Cylindrical-coordinate representation of color #B9A15C: hue angle of 44.52º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A15C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 92 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.27 |
| HSL | 44.52º | 0.4% | 0.54% | - |
| HSV(B) | 44.52º | 0.5% | 0.73% | - |
| XYZ | 34.68 | 36.58 | 15.36 | - |
| YUV | 160.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 92 | 0 | 0.13 | 0.50 | 0.27 | 44.52 | 0.4 | 0.54 |
| Hex | B9 | A1 | 5C | 0 | D | 32 | 1B | 2D | 28 | 36 |
| Octal | 271 | 241 | 134 | 0 | 15 | 62 | 33 | 55 | 50 | 66 |
| Binary | 10111001 | 10100001 | 1011100 | 0 | 1101 | 110010 | 11011 | 101101 | 101000 | 110110 |
Color Harmonies of #B9A15C
Complementary color
Monochromatic Colors of #B9A15C
Black with #B9A15C
Text Example
Text Example
White with #B9A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A15C; }
p { color: rgb(185,161,92); }
H1.HeaderClassName
{
color: #B9A15C;
}
.AnyTagClassName
{
color: #B9A15C;
}
</style>
background-color css
<style>
a { background-color: #B9A15C; }
a { background-color: rgb(185,161,92); }
div.DivClassName
{
background-color: #B9A15C;
}
.BgClassName
{
background-color: #B9A15C;
}
</style>
border-color css
<style>
span { border-color: #B9A15C; }
span { border-color: rgb(185,161,92); }
td.TdClassName
{
border-color: #B9A15C;
}
.TagClassName
{
border-color: #B9A15C;
}
</style>