Shades of Laser #B9A260
Tints of Laser #B9A260
RGB
CMYK
RGB Variations
Color information
#B9A260 (or 0xB9A260) is known color: Laser. HEX triplet: B9, A2 and 60. RGB value is (185,162,96). Sum of RGB (Red+Green+Blue) = 185+162+96=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A260 is #465D9F. Grayscale: #A1A1A1. Windows color (decimal): -4611488 or 6333113. OLE color: 6333113.
HSL color Cylindrical-coordinate representation of color #B9A260: hue angle of 44.49º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9A260 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 96 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.27 |
| HSL | 44.49º | 0.39% | 0.55% | - |
| HSV(B) | 44.49º | 0.48% | 0.73% | - |
| XYZ | 35.04 | 37 | 16.36 | - |
| YUV | 161.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 96 | 0 | 0.12 | 0.48 | 0.27 | 44.49 | 0.39 | 0.55 |
| Hex | B9 | A2 | 60 | 0 | C | 30 | 1B | 2C | 27 | 37 |
| Octal | 271 | 242 | 140 | 0 | 14 | 60 | 33 | 54 | 47 | 67 |
| Binary | 10111001 | 10100010 | 1100000 | 0 | 1100 | 110000 | 11011 | 101100 | 100111 | 110111 |
Color Harmonies of #B9A260
Complementary color
Monochromatic Colors of #B9A260
Black with #B9A260
Text Example
Text Example
White with #B9A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A260; }
p { color: rgb(185,162,96); }
H1.HeaderClassName
{
color: #B9A260;
}
.AnyTagClassName
{
color: #B9A260;
}
</style>
background-color css
<style>
a { background-color: #B9A260; }
a { background-color: rgb(185,162,96); }
div.DivClassName
{
background-color: #B9A260;
}
.BgClassName
{
background-color: #B9A260;
}
</style>
border-color css
<style>
span { border-color: #B9A260; }
span { border-color: rgb(185,162,96); }
td.TdClassName
{
border-color: #B9A260;
}
.TagClassName
{
border-color: #B9A260;
}
</style>