Shades of Laser #BBA364
Tints of Laser #BBA364
RGB
CMYK
RGB Variations
Color information
#BBA364 (or 0xBBA364) is known color: Laser. HEX triplet: BB, A3 and 64. RGB value is (187,163,100). Sum of RGB (Red+Green+Blue) = 187+163+100=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA364 is #445C9B. Grayscale: #A3A3A3. Windows color (decimal): -4480156 or 6595515. OLE color: 6595515.
HSL color Cylindrical-coordinate representation of color #BBA364: hue angle of 43.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBA364 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 100 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.27 |
| HSL | 43.45º | 0.39% | 0.56% | - |
| HSV(B) | 43.45º | 0.47% | 0.73% | - |
| XYZ | 35.89 | 37.68 | 17.44 | - |
| YUV | 162.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 100 | 0 | 0.13 | 0.47 | 0.27 | 43.45 | 0.39 | 0.56 |
| Hex | BB | A3 | 64 | 0 | D | 2F | 1B | 2B | 27 | 38 |
| Octal | 273 | 243 | 144 | 0 | 15 | 57 | 33 | 53 | 47 | 70 |
| Binary | 10111011 | 10100011 | 1100100 | 0 | 1101 | 101111 | 11011 | 101011 | 100111 | 111000 |
Color Harmonies of #BBA364
Complementary color
Monochromatic Colors of #BBA364
Black with #BBA364
Text Example
Text Example
White with #BBA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA364; }
p { color: rgb(187,163,100); }
H1.HeaderClassName
{
color: #BBA364;
}
.AnyTagClassName
{
color: #BBA364;
}
</style>
background-color css
<style>
a { background-color: #BBA364; }
a { background-color: rgb(187,163,100); }
div.DivClassName
{
background-color: #BBA364;
}
.BgClassName
{
background-color: #BBA364;
}
</style>
border-color css
<style>
span { border-color: #BBA364; }
span { border-color: rgb(187,163,100); }
td.TdClassName
{
border-color: #BBA364;
}
.TagClassName
{
border-color: #BBA364;
}
</style>