Shades of Laser #BBA05B
Tints of Laser #BBA05B
RGB
CMYK
RGB Variations
Color information
#BBA05B (or 0xBBA05B) is known color: Laser. HEX triplet: BB, A0 and 5B. RGB value is (187,160,91). Sum of RGB (Red+Green+Blue) = 187+160+91=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA05B is #445FA4. Grayscale: #A0A0A0. Windows color (decimal): -4480933 or 6004923. OLE color: 6004923.
HSL color Cylindrical-coordinate representation of color #BBA05B: hue angle of 43.12º 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 #BBA05B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 91 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.27 |
| HSL | 43.13º | 0.41% | 0.55% | - |
| HSV(B) | 43.13º | 0.51% | 0.73% | - |
| XYZ | 34.95 | 36.46 | 15.09 | - |
| YUV | 160.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 91 | 0 | 0.14 | 0.51 | 0.27 | 43.13 | 0.41 | 0.55 |
| Hex | BB | A0 | 5B | 0 | E | 33 | 1B | 2B | 29 | 37 |
| Octal | 273 | 240 | 133 | 0 | 16 | 63 | 33 | 53 | 51 | 67 |
| Binary | 10111011 | 10100000 | 1011011 | 0 | 1110 | 110011 | 11011 | 101011 | 101001 | 110111 |
Color Harmonies of #BBA05B
Complementary color
Monochromatic Colors of #BBA05B
Black with #BBA05B
Text Example
Text Example
White with #BBA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA05B; }
p { color: rgb(187,160,91); }
H1.HeaderClassName
{
color: #BBA05B;
}
.AnyTagClassName
{
color: #BBA05B;
}
</style>
background-color css
<style>
a { background-color: #BBA05B; }
a { background-color: rgb(187,160,91); }
div.DivClassName
{
background-color: #BBA05B;
}
.BgClassName
{
background-color: #BBA05B;
}
</style>
border-color css
<style>
span { border-color: #BBA05B; }
span { border-color: rgb(187,160,91); }
td.TdClassName
{
border-color: #BBA05B;
}
.TagClassName
{
border-color: #BBA05B;
}
</style>