Shades of Laser #B9A266
Tints of Laser #B9A266
RGB
CMYK
RGB Variations
Color information
#B9A266 (or 0xB9A266) is known color: Laser. HEX triplet: B9, A2 and 66. RGB value is (185,162,102). Sum of RGB (Red+Green+Blue) = 185+162+102=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A266 is #465D99. Grayscale: #A2A2A2. Windows color (decimal): -4611482 or 6726329. OLE color: 6726329.
HSL color Cylindrical-coordinate representation of color #B9A266: hue angle of 43.37º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9A266 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 102 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.27 |
| HSL | 43.37º | 0.37% | 0.56% | - |
| HSV(B) | 43.37º | 0.45% | 0.73% | - |
| XYZ | 35.33 | 37.11 | 17.87 | - |
| YUV | 162.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 102 | 0 | 0.12 | 0.45 | 0.27 | 43.37 | 0.37 | 0.56 |
| Hex | B9 | A2 | 66 | 0 | C | 2D | 1B | 2B | 25 | 38 |
| Octal | 271 | 242 | 146 | 0 | 14 | 55 | 33 | 53 | 45 | 70 |
| Binary | 10111001 | 10100010 | 1100110 | 0 | 1100 | 101101 | 11011 | 101011 | 100101 | 111000 |
Color Harmonies of #B9A266
Complementary color
Monochromatic Colors of #B9A266
Black with #B9A266
Text Example
Text Example
White with #B9A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A266; }
p { color: rgb(185,162,102); }
H1.HeaderClassName
{
color: #B9A266;
}
.AnyTagClassName
{
color: #B9A266;
}
</style>
background-color css
<style>
a { background-color: #B9A266; }
a { background-color: rgb(185,162,102); }
div.DivClassName
{
background-color: #B9A266;
}
.BgClassName
{
background-color: #B9A266;
}
</style>
border-color css
<style>
span { border-color: #B9A266; }
span { border-color: rgb(185,162,102); }
td.TdClassName
{
border-color: #B9A266;
}
.TagClassName
{
border-color: #B9A266;
}
</style>