Shades of Laser #BBA45C
Tints of Laser #BBA45C
RGB
CMYK
RGB Variations
Color information
#BBA45C (or 0xBBA45C) is known color: Laser. HEX triplet: BB, A4 and 5C. RGB value is (187,164,92). Sum of RGB (Red+Green+Blue) = 187+164+92=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA45C is #445BA3. Grayscale: #A2A2A2. Windows color (decimal): -4479908 or 6071483. OLE color: 6071483.
HSL color Cylindrical-coordinate representation of color #BBA45C: hue angle of 45.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBA45C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 92 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.27 |
| HSL | 45.47º | 0.41% | 0.55% | - |
| HSV(B) | 45.47º | 0.51% | 0.73% | - |
| XYZ | 35.7 | 37.89 | 15.56 | - |
| YUV | 162.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 92 | 0 | 0.12 | 0.51 | 0.27 | 45.47 | 0.41 | 0.55 |
| Hex | BB | A4 | 5C | 0 | C | 33 | 1B | 2D | 29 | 37 |
| Octal | 273 | 244 | 134 | 0 | 14 | 63 | 33 | 55 | 51 | 67 |
| Binary | 10111011 | 10100100 | 1011100 | 0 | 1100 | 110011 | 11011 | 101101 | 101001 | 110111 |
Color Harmonies of #BBA45C
Complementary color
Monochromatic Colors of #BBA45C
Black with #BBA45C
Text Example
Text Example
White with #BBA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA45C; }
p { color: rgb(187,164,92); }
H1.HeaderClassName
{
color: #BBA45C;
}
.AnyTagClassName
{
color: #BBA45C;
}
</style>
background-color css
<style>
a { background-color: #BBA45C; }
a { background-color: rgb(187,164,92); }
div.DivClassName
{
background-color: #BBA45C;
}
.BgClassName
{
background-color: #BBA45C;
}
</style>
border-color css
<style>
span { border-color: #BBA45C; }
span { border-color: rgb(187,164,92); }
td.TdClassName
{
border-color: #BBA45C;
}
.TagClassName
{
border-color: #BBA45C;
}
</style>