Shades of Laser #BBA45B
Tints of Laser #BBA45B
RGB
CMYK
RGB Variations
Color information
#BBA45B (or 0xBBA45B) is known color: Laser. HEX triplet: BB, A4 and 5B. RGB value is (187,164,91). Sum of RGB (Red+Green+Blue) = 187+164+91=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA45B is #445BA4. Grayscale: #A2A2A2. Windows color (decimal): -4479909 or 6005947. OLE color: 6005947.
HSL color Cylindrical-coordinate representation of color #BBA45B: hue angle of 45.62º 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 #BBA45B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 91 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.27 |
| HSL | 45.63º | 0.41% | 0.55% | - |
| HSV(B) | 45.63º | 0.51% | 0.73% | - |
| XYZ | 35.66 | 37.87 | 15.33 | - |
| YUV | 162.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 91 | 0 | 0.12 | 0.51 | 0.27 | 45.63 | 0.41 | 0.55 |
| Hex | BB | A4 | 5B | 0 | C | 33 | 1B | 2E | 29 | 37 |
| Octal | 273 | 244 | 133 | 0 | 14 | 63 | 33 | 56 | 51 | 67 |
| Binary | 10111011 | 10100100 | 1011011 | 0 | 1100 | 110011 | 11011 | 101110 | 101001 | 110111 |
Color Harmonies of #BBA45B
Complementary color
Monochromatic Colors of #BBA45B
Black with #BBA45B
Text Example
Text Example
White with #BBA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA45B; }
p { color: rgb(187,164,91); }
H1.HeaderClassName
{
color: #BBA45B;
}
.AnyTagClassName
{
color: #BBA45B;
}
</style>
background-color css
<style>
a { background-color: #BBA45B; }
a { background-color: rgb(187,164,91); }
div.DivClassName
{
background-color: #BBA45B;
}
.BgClassName
{
background-color: #BBA45B;
}
</style>
border-color css
<style>
span { border-color: #BBA45B; }
span { border-color: rgb(187,164,91); }
td.TdClassName
{
border-color: #BBA45B;
}
.TagClassName
{
border-color: #BBA45B;
}
</style>