Shades of Laser #BBA25D
Tints of Laser #BBA25D
RGB
CMYK
RGB Variations
Color information
#BBA25D (or 0xBBA25D) is known color: Laser. HEX triplet: BB, A2 and 5D. RGB value is (187,162,93). Sum of RGB (Red+Green+Blue) = 187+162+93=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA25D is #445DA2. Grayscale: #A1A1A1. Windows color (decimal): -4480419 or 6136507. OLE color: 6136507.
HSL color Cylindrical-coordinate representation of color #BBA25D: hue angle of 44.04º 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 #BBA25D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 93 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.27 |
| HSL | 44.04º | 0.41% | 0.55% | - |
| HSV(B) | 44.04º | 0.5% | 0.73% | - |
| XYZ | 35.39 | 37.2 | 15.67 | - |
| YUV | 161.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 93 | 0 | 0.13 | 0.50 | 0.27 | 44.04 | 0.41 | 0.55 |
| Hex | BB | A2 | 5D | 0 | D | 32 | 1B | 2C | 29 | 37 |
| Octal | 273 | 242 | 135 | 0 | 15 | 62 | 33 | 54 | 51 | 67 |
| Binary | 10111011 | 10100010 | 1011101 | 0 | 1101 | 110010 | 11011 | 101100 | 101001 | 110111 |
Color Harmonies of #BBA25D
Complementary color
Monochromatic Colors of #BBA25D
Black with #BBA25D
Text Example
Text Example
White with #BBA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA25D; }
p { color: rgb(187,162,93); }
H1.HeaderClassName
{
color: #BBA25D;
}
.AnyTagClassName
{
color: #BBA25D;
}
</style>
background-color css
<style>
a { background-color: #BBA25D; }
a { background-color: rgb(187,162,93); }
div.DivClassName
{
background-color: #BBA25D;
}
.BgClassName
{
background-color: #BBA25D;
}
</style>
border-color css
<style>
span { border-color: #BBA25D; }
span { border-color: rgb(187,162,93); }
td.TdClassName
{
border-color: #BBA25D;
}
.TagClassName
{
border-color: #BBA25D;
}
</style>