Shades of Laser #B9A059
Tints of Laser #B9A059
RGB
CMYK
RGB Variations
Color information
#B9A059 (or 0xB9A059) is known color: Laser. HEX triplet: B9, A0 and 59. RGB value is (185,160,89). Sum of RGB (Red+Green+Blue) = 185+160+89=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A059 is #465FA6. Grayscale: #9F9F9F. Windows color (decimal): -4612007 or 5873849. OLE color: 5873849.
HSL color Cylindrical-coordinate representation of color #B9A059: hue angle of 44.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A059 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 89 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.27 |
| HSL | 44.38º | 0.41% | 0.54% | - |
| HSV(B) | 44.38º | 0.52% | 0.73% | - |
| XYZ | 34.38 | 36.18 | 14.62 | - |
| YUV | 159.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 89 | 0 | 0.14 | 0.52 | 0.27 | 44.38 | 0.41 | 0.54 |
| Hex | B9 | A0 | 59 | 0 | E | 34 | 1B | 2C | 29 | 36 |
| Octal | 271 | 240 | 131 | 0 | 16 | 64 | 33 | 54 | 51 | 66 |
| Binary | 10111001 | 10100000 | 1011001 | 0 | 1110 | 110100 | 11011 | 101100 | 101001 | 110110 |
Color Harmonies of #B9A059
Complementary color
Monochromatic Colors of #B9A059
Black with #B9A059
Text Example
Text Example
White with #B9A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A059; }
p { color: rgb(185,160,89); }
H1.HeaderClassName
{
color: #B9A059;
}
.AnyTagClassName
{
color: #B9A059;
}
</style>
background-color css
<style>
a { background-color: #B9A059; }
a { background-color: rgb(185,160,89); }
div.DivClassName
{
background-color: #B9A059;
}
.BgClassName
{
background-color: #B9A059;
}
</style>
border-color css
<style>
span { border-color: #B9A059; }
span { border-color: rgb(185,160,89); }
td.TdClassName
{
border-color: #B9A059;
}
.TagClassName
{
border-color: #B9A059;
}
</style>