Shades of Laser #BBA46B
Tints of Laser #BBA46B
RGB
CMYK
RGB Variations
Color information
#BBA46B (or 0xBBA46B) is known color: Laser. HEX triplet: BB, A4 and 6B. RGB value is (187,164,107). Sum of RGB (Red+Green+Blue) = 187+164+107=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46B is #445B94. Grayscale: #A4A4A4. Windows color (decimal): -4479893 or 7054523. OLE color: 7054523.
HSL color Cylindrical-coordinate representation of color #BBA46B: hue angle of 42.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA46B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 107 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.27 |
| HSL | 42.75º | 0.37% | 0.58% | - |
| HSV(B) | 42.75º | 0.43% | 0.73% | - |
| XYZ | 36.42 | 38.18 | 19.36 | - |
| YUV | 164.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 107 | 0 | 0.12 | 0.43 | 0.27 | 42.75 | 0.37 | 0.58 |
| Hex | BB | A4 | 6B | 0 | C | 2B | 1B | 2B | 25 | 3A |
| Octal | 273 | 244 | 153 | 0 | 14 | 53 | 33 | 53 | 45 | 72 |
| Binary | 10111011 | 10100100 | 1101011 | 0 | 1100 | 101011 | 11011 | 101011 | 100101 | 111010 |
Color Harmonies of #BBA46B
Complementary color
Monochromatic Colors of #BBA46B
Black with #BBA46B
Text Example
Text Example
White with #BBA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA46B; }
p { color: rgb(187,164,107); }
H1.HeaderClassName
{
color: #BBA46B;
}
.AnyTagClassName
{
color: #BBA46B;
}
</style>
background-color css
<style>
a { background-color: #BBA46B; }
a { background-color: rgb(187,164,107); }
div.DivClassName
{
background-color: #BBA46B;
}
.BgClassName
{
background-color: #BBA46B;
}
</style>
border-color css
<style>
span { border-color: #BBA46B; }
span { border-color: rgb(187,164,107); }
td.TdClassName
{
border-color: #BBA46B;
}
.TagClassName
{
border-color: #BBA46B;
}
</style>