Shades of Laser #BBA45A
Tints of Laser #BBA45A
RGB
CMYK
RGB Variations
Color information
#BBA45A (or 0xBBA45A) is known color: Laser. HEX triplet: BB, A4 and 5A. RGB value is (187,164,90). Sum of RGB (Red+Green+Blue) = 187+164+90=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA45A is #445BA5. Grayscale: #A2A2A2. Windows color (decimal): -4479910 or 5940411. OLE color: 5940411.
HSL color Cylindrical-coordinate representation of color #BBA45A: hue angle of 45.77º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBA45A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 90 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.27 |
| HSL | 45.77º | 0.42% | 0.54% | - |
| HSV(B) | 45.77º | 0.52% | 0.73% | - |
| XYZ | 35.61 | 37.85 | 15.1 | - |
| YUV | 162.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 90 | 0 | 0.12 | 0.52 | 0.27 | 45.77 | 0.42 | 0.54 |
| Hex | BB | A4 | 5A | 0 | C | 34 | 1B | 2E | 2A | 36 |
| Octal | 273 | 244 | 132 | 0 | 14 | 64 | 33 | 56 | 52 | 66 |
| Binary | 10111011 | 10100100 | 1011010 | 0 | 1100 | 110100 | 11011 | 101110 | 101010 | 110110 |
Color Harmonies of #BBA45A
Complementary color
Monochromatic Colors of #BBA45A
Black with #BBA45A
Text Example
Text Example
White with #BBA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA45A; }
p { color: rgb(187,164,90); }
H1.HeaderClassName
{
color: #BBA45A;
}
.AnyTagClassName
{
color: #BBA45A;
}
</style>
background-color css
<style>
a { background-color: #BBA45A; }
a { background-color: rgb(187,164,90); }
div.DivClassName
{
background-color: #BBA45A;
}
.BgClassName
{
background-color: #BBA45A;
}
</style>
border-color css
<style>
span { border-color: #BBA45A; }
span { border-color: rgb(187,164,90); }
td.TdClassName
{
border-color: #BBA45A;
}
.TagClassName
{
border-color: #BBA45A;
}
</style>