Shades of Laser #BBA268
Tints of Laser #BBA268
RGB
CMYK
RGB Variations
Color information
#BBA268 (or 0xBBA268) is known color: Laser. HEX triplet: BB, A2 and 68. RGB value is (187,162,104). Sum of RGB (Red+Green+Blue) = 187+162+104=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA268 is #445D97. Grayscale: #A3A3A3. Windows color (decimal): -4480408 or 6857403. OLE color: 6857403.
HSL color Cylindrical-coordinate representation of color #BBA268: hue angle of 41.93º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBA268 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 104 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.27 |
| HSL | 41.93º | 0.38% | 0.57% | - |
| HSV(B) | 41.93º | 0.44% | 0.73% | - |
| XYZ | 35.91 | 37.4 | 18.42 | - |
| YUV | 162.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 104 | 0 | 0.13 | 0.44 | 0.27 | 41.93 | 0.38 | 0.57 |
| Hex | BB | A2 | 68 | 0 | D | 2C | 1B | 2A | 26 | 39 |
| Octal | 273 | 242 | 150 | 0 | 15 | 54 | 33 | 52 | 46 | 71 |
| Binary | 10111011 | 10100010 | 1101000 | 0 | 1101 | 101100 | 11011 | 101010 | 100110 | 111001 |
Color Harmonies of #BBA268
Complementary color
Monochromatic Colors of #BBA268
Black with #BBA268
Text Example
Text Example
White with #BBA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA268; }
p { color: rgb(187,162,104); }
H1.HeaderClassName
{
color: #BBA268;
}
.AnyTagClassName
{
color: #BBA268;
}
</style>
background-color css
<style>
a { background-color: #BBA268; }
a { background-color: rgb(187,162,104); }
div.DivClassName
{
background-color: #BBA268;
}
.BgClassName
{
background-color: #BBA268;
}
</style>
border-color css
<style>
span { border-color: #BBA268; }
span { border-color: rgb(187,162,104); }
td.TdClassName
{
border-color: #BBA268;
}
.TagClassName
{
border-color: #BBA268;
}
</style>