Shades of Laser #B9A267
Tints of Laser #B9A267
RGB
CMYK
RGB Variations
Color information
#B9A267 (or 0xB9A267) is known color: Laser. HEX triplet: B9, A2 and 67. RGB value is (185,162,103). Sum of RGB (Red+Green+Blue) = 185+162+103=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A267 is #465D98. Grayscale: #A2A2A2. Windows color (decimal): -4611481 or 6791865. OLE color: 6791865.
HSL color Cylindrical-coordinate representation of color #B9A267: hue angle of 43.17º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A267 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 103 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.27 |
| HSL | 43.17º | 0.37% | 0.56% | - |
| HSV(B) | 43.17º | 0.44% | 0.73% | - |
| XYZ | 35.38 | 37.13 | 18.14 | - |
| YUV | 162.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 103 | 0 | 0.12 | 0.44 | 0.27 | 43.17 | 0.37 | 0.56 |
| Hex | B9 | A2 | 67 | 0 | C | 2C | 1B | 2B | 25 | 38 |
| Octal | 271 | 242 | 147 | 0 | 14 | 54 | 33 | 53 | 45 | 70 |
| Binary | 10111001 | 10100010 | 1100111 | 0 | 1100 | 101100 | 11011 | 101011 | 100101 | 111000 |
Color Harmonies of #B9A267
Complementary color
Monochromatic Colors of #B9A267
Black with #B9A267
Text Example
Text Example
White with #B9A267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A267; }
p { color: rgb(185,162,103); }
H1.HeaderClassName
{
color: #B9A267;
}
.AnyTagClassName
{
color: #B9A267;
}
</style>
background-color css
<style>
a { background-color: #B9A267; }
a { background-color: rgb(185,162,103); }
div.DivClassName
{
background-color: #B9A267;
}
.BgClassName
{
background-color: #B9A267;
}
</style>
border-color css
<style>
span { border-color: #B9A267; }
span { border-color: rgb(185,162,103); }
td.TdClassName
{
border-color: #B9A267;
}
.TagClassName
{
border-color: #B9A267;
}
</style>