Shades of Laser #BBA55B
Tints of Laser #BBA55B
RGB
CMYK
RGB Variations
Color information
#BBA55B (or 0xBBA55B) is known color: Laser. HEX triplet: BB, A5 and 5B. RGB value is (187,165,91). Sum of RGB (Red+Green+Blue) = 187+165+91=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55B is #445AA4. Grayscale: #A3A3A3. Windows color (decimal): -4479653 or 6006203. OLE color: 6006203.
HSL color Cylindrical-coordinate representation of color #BBA55B: hue angle of 46.25º 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 #BBA55B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 91 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.27 |
| HSL | 46.25º | 0.41% | 0.55% | - |
| HSV(B) | 46.25º | 0.51% | 0.73% | - |
| XYZ | 35.84 | 38.23 | 15.39 | - |
| YUV | 163.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 91 | 0 | 0.12 | 0.51 | 0.27 | 46.25 | 0.41 | 0.55 |
| Hex | BB | A5 | 5B | 0 | C | 33 | 1B | 2E | 29 | 37 |
| Octal | 273 | 245 | 133 | 0 | 14 | 63 | 33 | 56 | 51 | 67 |
| Binary | 10111011 | 10100101 | 1011011 | 0 | 1100 | 110011 | 11011 | 101110 | 101001 | 110111 |
Color Harmonies of #BBA55B
Complementary color
Monochromatic Colors of #BBA55B
Black with #BBA55B
Text Example
Text Example
White with #BBA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA55B; }
p { color: rgb(187,165,91); }
H1.HeaderClassName
{
color: #BBA55B;
}
.AnyTagClassName
{
color: #BBA55B;
}
</style>
background-color css
<style>
a { background-color: #BBA55B; }
a { background-color: rgb(187,165,91); }
div.DivClassName
{
background-color: #BBA55B;
}
.BgClassName
{
background-color: #BBA55B;
}
</style>
border-color css
<style>
span { border-color: #BBA55B; }
span { border-color: rgb(187,165,91); }
td.TdClassName
{
border-color: #BBA55B;
}
.TagClassName
{
border-color: #BBA55B;
}
</style>