Shades of Laser #BBA457
Tints of Laser #BBA457
RGB
CMYK
RGB Variations
Color information
#BBA457 (or 0xBBA457) is known color: Laser. HEX triplet: BB, A4 and 57. RGB value is (187,164,87). Sum of RGB (Red+Green+Blue) = 187+164+87=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA457 is #445BA8. Grayscale: #A2A2A2. Windows color (decimal): -4479913 or 5743803. OLE color: 5743803.
HSL color Cylindrical-coordinate representation of color #BBA457: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBA457 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 87 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.27 |
| HSL | 46.2º | 0.42% | 0.54% | - |
| HSV(B) | 46.2º | 0.53% | 0.73% | - |
| XYZ | 35.49 | 37.8 | 14.44 | - |
| YUV | 162.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 87 | 0 | 0.12 | 0.53 | 0.27 | 46.2 | 0.42 | 0.54 |
| Hex | BB | A4 | 57 | 0 | C | 35 | 1B | 2E | 2A | 36 |
| Octal | 273 | 244 | 127 | 0 | 14 | 65 | 33 | 56 | 52 | 66 |
| Binary | 10111011 | 10100100 | 1010111 | 0 | 1100 | 110101 | 11011 | 101110 | 101010 | 110110 |
Color Harmonies of #BBA457
Complementary color
Monochromatic Colors of #BBA457
Black with #BBA457
Text Example
Text Example
White with #BBA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA457; }
p { color: rgb(187,164,87); }
H1.HeaderClassName
{
color: #BBA457;
}
.AnyTagClassName
{
color: #BBA457;
}
</style>
background-color css
<style>
a { background-color: #BBA457; }
a { background-color: rgb(187,164,87); }
div.DivClassName
{
background-color: #BBA457;
}
.BgClassName
{
background-color: #BBA457;
}
</style>
border-color css
<style>
span { border-color: #BBA457; }
span { border-color: rgb(187,164,87); }
td.TdClassName
{
border-color: #BBA457;
}
.TagClassName
{
border-color: #BBA457;
}
</style>