Shades of Laser #BBA462
Tints of Laser #BBA462
RGB
CMYK
RGB Variations
Color information
#BBA462 (or 0xBBA462) is known color: Laser. HEX triplet: BB, A4 and 62. RGB value is (187,164,98). Sum of RGB (Red+Green+Blue) = 187+164+98=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA462 is #445B9D. Grayscale: #A3A3A3. Windows color (decimal): -4479902 or 6464699. OLE color: 6464699.
HSL color Cylindrical-coordinate representation of color #BBA462: hue angle of 44.49º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBA462 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 98 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.27 |
| HSL | 44.49º | 0.4% | 0.56% | - |
| HSV(B) | 44.49º | 0.48% | 0.73% | - |
| XYZ | 35.97 | 38 | 16.99 | - |
| YUV | 163.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 98 | 0 | 0.12 | 0.48 | 0.27 | 44.49 | 0.4 | 0.56 |
| Hex | BB | A4 | 62 | 0 | C | 30 | 1B | 2C | 28 | 38 |
| Octal | 273 | 244 | 142 | 0 | 14 | 60 | 33 | 54 | 50 | 70 |
| Binary | 10111011 | 10100100 | 1100010 | 0 | 1100 | 110000 | 11011 | 101100 | 101000 | 111000 |
Color Harmonies of #BBA462
Complementary color
Monochromatic Colors of #BBA462
Black with #BBA462
Text Example
Text Example
White with #BBA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA462; }
p { color: rgb(187,164,98); }
H1.HeaderClassName
{
color: #BBA462;
}
.AnyTagClassName
{
color: #BBA462;
}
</style>
background-color css
<style>
a { background-color: #BBA462; }
a { background-color: rgb(187,164,98); }
div.DivClassName
{
background-color: #BBA462;
}
.BgClassName
{
background-color: #BBA462;
}
</style>
border-color css
<style>
span { border-color: #BBA462; }
span { border-color: rgb(187,164,98); }
td.TdClassName
{
border-color: #BBA462;
}
.TagClassName
{
border-color: #BBA462;
}
</style>