Shades of Laser #B9A25A
Tints of Laser #B9A25A
RGB
CMYK
RGB Variations
Color information
#B9A25A (or 0xB9A25A) is known color: Laser. HEX triplet: B9, A2 and 5A. RGB value is (185,162,90). Sum of RGB (Red+Green+Blue) = 185+162+90=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A25A is #465DA5. Grayscale: #A0A0A0. Windows color (decimal): -4611494 or 5939897. OLE color: 5939897.
HSL color Cylindrical-coordinate representation of color #B9A25A: hue angle of 45.47º 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 #B9A25A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 90 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.27 |
| HSL | 45.47º | 0.4% | 0.54% | - |
| HSV(B) | 45.47º | 0.51% | 0.73% | - |
| XYZ | 34.77 | 36.89 | 14.96 | - |
| YUV | 160.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 90 | 0 | 0.12 | 0.51 | 0.27 | 45.47 | 0.4 | 0.54 |
| Hex | B9 | A2 | 5A | 0 | C | 33 | 1B | 2D | 28 | 36 |
| Octal | 271 | 242 | 132 | 0 | 14 | 63 | 33 | 55 | 50 | 66 |
| Binary | 10111001 | 10100010 | 1011010 | 0 | 1100 | 110011 | 11011 | 101101 | 101000 | 110110 |
Color Harmonies of #B9A25A
Complementary color
Monochromatic Colors of #B9A25A
Black with #B9A25A
Text Example
Text Example
White with #B9A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A25A; }
p { color: rgb(185,162,90); }
H1.HeaderClassName
{
color: #B9A25A;
}
.AnyTagClassName
{
color: #B9A25A;
}
</style>
background-color css
<style>
a { background-color: #B9A25A; }
a { background-color: rgb(185,162,90); }
div.DivClassName
{
background-color: #B9A25A;
}
.BgClassName
{
background-color: #B9A25A;
}
</style>
border-color css
<style>
span { border-color: #B9A25A; }
span { border-color: rgb(185,162,90); }
td.TdClassName
{
border-color: #B9A25A;
}
.TagClassName
{
border-color: #B9A25A;
}
</style>