Shades of Laser #BBA267
Tints of Laser #BBA267
RGB
CMYK
RGB Variations
Color information
#BBA267 (or 0xBBA267) is known color: Laser. HEX triplet: BB, A2 and 67. RGB value is (187,162,103). Sum of RGB (Red+Green+Blue) = 187+162+103=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA267 is #445D98. Grayscale: #A3A3A3. Windows color (decimal): -4480409 or 6791867. OLE color: 6791867.
HSL color Cylindrical-coordinate representation of color #BBA267: hue angle of 42.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA267 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 103 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.27 |
| HSL | 42.14º | 0.38% | 0.57% | - |
| HSV(B) | 42.14º | 0.45% | 0.73% | - |
| XYZ | 35.86 | 37.38 | 18.16 | - |
| YUV | 162.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 103 | 0 | 0.13 | 0.45 | 0.27 | 42.14 | 0.38 | 0.57 |
| Hex | BB | A2 | 67 | 0 | D | 2D | 1B | 2A | 26 | 39 |
| Octal | 273 | 242 | 147 | 0 | 15 | 55 | 33 | 52 | 46 | 71 |
| Binary | 10111011 | 10100010 | 1100111 | 0 | 1101 | 101101 | 11011 | 101010 | 100110 | 111001 |
Color Harmonies of #BBA267
Complementary color
Monochromatic Colors of #BBA267
Black with #BBA267
Text Example
Text Example
White with #BBA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA267; }
p { color: rgb(187,162,103); }
H1.HeaderClassName
{
color: #BBA267;
}
.AnyTagClassName
{
color: #BBA267;
}
</style>
background-color css
<style>
a { background-color: #BBA267; }
a { background-color: rgb(187,162,103); }
div.DivClassName
{
background-color: #BBA267;
}
.BgClassName
{
background-color: #BBA267;
}
</style>
border-color css
<style>
span { border-color: #BBA267; }
span { border-color: rgb(187,162,103); }
td.TdClassName
{
border-color: #BBA267;
}
.TagClassName
{
border-color: #BBA267;
}
</style>