Shades of Laser #BBA25B
Tints of Laser #BBA25B
RGB
CMYK
RGB Variations
Color information
#BBA25B (or 0xBBA25B) is known color: Laser. HEX triplet: BB, A2 and 5B. RGB value is (187,162,91). Sum of RGB (Red+Green+Blue) = 187+162+91=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25B is #445DA4. Grayscale: #A1A1A1. Windows color (decimal): -4480421 or 6005435. OLE color: 6005435.
HSL color Cylindrical-coordinate representation of color #BBA25B: hue angle of 44.38º 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 #BBA25B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 91 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.27 |
| HSL | 44.38º | 0.41% | 0.55% | - |
| HSV(B) | 44.38º | 0.51% | 0.73% | - |
| XYZ | 35.3 | 37.16 | 15.21 | - |
| YUV | 161.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 91 | 0 | 0.13 | 0.51 | 0.27 | 44.38 | 0.41 | 0.55 |
| Hex | BB | A2 | 5B | 0 | D | 33 | 1B | 2C | 29 | 37 |
| Octal | 273 | 242 | 133 | 0 | 15 | 63 | 33 | 54 | 51 | 67 |
| Binary | 10111011 | 10100010 | 1011011 | 0 | 1101 | 110011 | 11011 | 101100 | 101001 | 110111 |
Color Harmonies of #BBA25B
Complementary color
Monochromatic Colors of #BBA25B
Black with #BBA25B
Text Example
Text Example
White with #BBA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA25B; }
p { color: rgb(187,162,91); }
H1.HeaderClassName
{
color: #BBA25B;
}
.AnyTagClassName
{
color: #BBA25B;
}
</style>
background-color css
<style>
a { background-color: #BBA25B; }
a { background-color: rgb(187,162,91); }
div.DivClassName
{
background-color: #BBA25B;
}
.BgClassName
{
background-color: #BBA25B;
}
</style>
border-color css
<style>
span { border-color: #BBA25B; }
span { border-color: rgb(187,162,91); }
td.TdClassName
{
border-color: #BBA25B;
}
.TagClassName
{
border-color: #BBA25B;
}
</style>