Shades of Laser #BBA357
Tints of Laser #BBA357
RGB
CMYK
RGB Variations
Color information
#BBA357 (or 0xBBA357) is known color: Laser. HEX triplet: BB, A3 and 57. RGB value is (187,163,87). Sum of RGB (Red+Green+Blue) = 187+163+87=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA357 is #445CA8. Grayscale: #A1A1A1. Windows color (decimal): -4480169 or 5743547. OLE color: 5743547.
HSL color Cylindrical-coordinate representation of color #BBA357: hue angle of 45.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBA357 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 87 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.27 |
| HSL | 45.6º | 0.42% | 0.54% | - |
| HSV(B) | 45.6º | 0.53% | 0.73% | - |
| XYZ | 35.31 | 37.45 | 14.38 | - |
| YUV | 161.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 87 | 0 | 0.13 | 0.53 | 0.27 | 45.6 | 0.42 | 0.54 |
| Hex | BB | A3 | 57 | 0 | D | 35 | 1B | 2E | 2A | 36 |
| Octal | 273 | 243 | 127 | 0 | 15 | 65 | 33 | 56 | 52 | 66 |
| Binary | 10111011 | 10100011 | 1010111 | 0 | 1101 | 110101 | 11011 | 101110 | 101010 | 110110 |
Color Harmonies of #BBA357
Complementary color
Monochromatic Colors of #BBA357
Black with #BBA357
Text Example
Text Example
White with #BBA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA357; }
p { color: rgb(187,163,87); }
H1.HeaderClassName
{
color: #BBA357;
}
.AnyTagClassName
{
color: #BBA357;
}
</style>
background-color css
<style>
a { background-color: #BBA357; }
a { background-color: rgb(187,163,87); }
div.DivClassName
{
background-color: #BBA357;
}
.BgClassName
{
background-color: #BBA357;
}
</style>
border-color css
<style>
span { border-color: #BBA357; }
span { border-color: rgb(187,163,87); }
td.TdClassName
{
border-color: #BBA357;
}
.TagClassName
{
border-color: #BBA357;
}
</style>