Shades of Laser #BB9F5A
Tints of Laser #BB9F5A
RGB
CMYK
RGB Variations
Color information
#BB9F5A (or 0xBB9F5A) is known color: Laser. HEX triplet: BB, 9F and 5A. RGB value is (187,159,90). Sum of RGB (Red+Green+Blue) = 187+159+90=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F5A is #4460A5. Grayscale: #9F9F9F. Windows color (decimal): -4481190 or 5939131. OLE color: 5939131.
HSL color Cylindrical-coordinate representation of color #BB9F5A: hue angle of 42.68º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB9F5A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 90 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.27 |
| HSL | 42.68º | 0.42% | 0.54% | - |
| HSV(B) | 42.68º | 0.52% | 0.73% | - |
| XYZ | 34.74 | 36.1 | 14.81 | - |
| YUV | 159.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 90 | 0 | 0.15 | 0.52 | 0.27 | 42.68 | 0.42 | 0.54 |
| Hex | BB | 9F | 5A | 0 | F | 34 | 1B | 2B | 2A | 36 |
| Octal | 273 | 237 | 132 | 0 | 17 | 64 | 33 | 53 | 52 | 66 |
| Binary | 10111011 | 10011111 | 1011010 | 0 | 1111 | 110100 | 11011 | 101011 | 101010 | 110110 |
Color Harmonies of #BB9F5A
Complementary color
Monochromatic Colors of #BB9F5A
Black with #BB9F5A
Text Example
Text Example
White with #BB9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F5A; }
p { color: rgb(187,159,90); }
H1.HeaderClassName
{
color: #BB9F5A;
}
.AnyTagClassName
{
color: #BB9F5A;
}
</style>
background-color css
<style>
a { background-color: #BB9F5A; }
a { background-color: rgb(187,159,90); }
div.DivClassName
{
background-color: #BB9F5A;
}
.BgClassName
{
background-color: #BB9F5A;
}
</style>
border-color css
<style>
span { border-color: #BB9F5A; }
span { border-color: rgb(187,159,90); }
td.TdClassName
{
border-color: #BB9F5A;
}
.TagClassName
{
border-color: #BB9F5A;
}
</style>