Shades of Laser #B9A05A
Tints of Laser #B9A05A
RGB
CMYK
RGB Variations
Color information
#B9A05A (or 0xB9A05A) is known color: Laser. HEX triplet: B9, A0 and 5A. RGB value is (185,160,90). Sum of RGB (Red+Green+Blue) = 185+160+90=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A05A is #465FA5. Grayscale: #9F9F9F. Windows color (decimal): -4612006 or 5939385. OLE color: 5939385.
HSL color Cylindrical-coordinate representation of color #B9A05A: hue angle of 44.21º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9A05A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 90 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.27 |
| HSL | 44.21º | 0.4% | 0.54% | - |
| HSV(B) | 44.21º | 0.51% | 0.73% | - |
| XYZ | 34.42 | 36.19 | 14.84 | - |
| YUV | 159.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 90 | 0 | 0.14 | 0.51 | 0.27 | 44.21 | 0.4 | 0.54 |
| Hex | B9 | A0 | 5A | 0 | E | 33 | 1B | 2C | 28 | 36 |
| Octal | 271 | 240 | 132 | 0 | 16 | 63 | 33 | 54 | 50 | 66 |
| Binary | 10111001 | 10100000 | 1011010 | 0 | 1110 | 110011 | 11011 | 101100 | 101000 | 110110 |
Color Harmonies of #B9A05A
Complementary color
Monochromatic Colors of #B9A05A
Black with #B9A05A
Text Example
Text Example
White with #B9A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A05A; }
p { color: rgb(185,160,90); }
H1.HeaderClassName
{
color: #B9A05A;
}
.AnyTagClassName
{
color: #B9A05A;
}
</style>
background-color css
<style>
a { background-color: #B9A05A; }
a { background-color: rgb(185,160,90); }
div.DivClassName
{
background-color: #B9A05A;
}
.BgClassName
{
background-color: #B9A05A;
}
</style>
border-color css
<style>
span { border-color: #B9A05A; }
span { border-color: rgb(185,160,90); }
td.TdClassName
{
border-color: #B9A05A;
}
.TagClassName
{
border-color: #B9A05A;
}
</style>