Shades of Laser #BBA25E
Tints of Laser #BBA25E
RGB
CMYK
RGB Variations
Color information
#BBA25E (or 0xBBA25E) is known color: Laser. HEX triplet: BB, A2 and 5E. RGB value is (187,162,94). Sum of RGB (Red+Green+Blue) = 187+162+94=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25E is #445DA1. Grayscale: #A2A2A2. Windows color (decimal): -4480418 or 6202043. OLE color: 6202043.
HSL color Cylindrical-coordinate representation of color #BBA25E: hue angle of 43.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBA25E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 94 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.27 |
| HSL | 43.87º | 0.41% | 0.55% | - |
| HSV(B) | 43.87º | 0.5% | 0.73% | - |
| XYZ | 35.43 | 37.21 | 15.91 | - |
| YUV | 161.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 94 | 0 | 0.13 | 0.50 | 0.27 | 43.87 | 0.41 | 0.55 |
| Hex | BB | A2 | 5E | 0 | D | 32 | 1B | 2C | 29 | 37 |
| Octal | 273 | 242 | 136 | 0 | 15 | 62 | 33 | 54 | 51 | 67 |
| Binary | 10111011 | 10100010 | 1011110 | 0 | 1101 | 110010 | 11011 | 101100 | 101001 | 110111 |
Color Harmonies of #BBA25E
Complementary color
Monochromatic Colors of #BBA25E
Black with #BBA25E
Text Example
Text Example
White with #BBA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA25E; }
p { color: rgb(187,162,94); }
H1.HeaderClassName
{
color: #BBA25E;
}
.AnyTagClassName
{
color: #BBA25E;
}
</style>
background-color css
<style>
a { background-color: #BBA25E; }
a { background-color: rgb(187,162,94); }
div.DivClassName
{
background-color: #BBA25E;
}
.BgClassName
{
background-color: #BBA25E;
}
</style>
border-color css
<style>
span { border-color: #BBA25E; }
span { border-color: rgb(187,162,94); }
td.TdClassName
{
border-color: #BBA25E;
}
.TagClassName
{
border-color: #BBA25E;
}
</style>