Shades of Laser #BC9F59
Tints of Laser #BC9F59
RGB
CMYK
RGB Variations
Color information
#BC9F59 (or 0xBC9F59) is known color: Laser. HEX triplet: BC, 9F and 59. RGB value is (188,159,89). Sum of RGB (Red+Green+Blue) = 188+159+89=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F59 is #4360A6. Grayscale: #9F9F9F. Windows color (decimal): -4415655 or 5873596. OLE color: 5873596.
HSL color Cylindrical-coordinate representation of color #BC9F59: hue angle of 42.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC9F59 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 89 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.26 |
| HSL | 42.42º | 0.42% | 0.54% | - |
| HSV(B) | 42.42º | 0.53% | 0.74% | - |
| XYZ | 34.94 | 36.21 | 14.6 | - |
| YUV | 159.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 89 | 0 | 0.15 | 0.53 | 0.26 | 42.42 | 0.42 | 0.54 |
| Hex | BC | 9F | 59 | 0 | F | 35 | 1A | 2A | 2A | 36 |
| Octal | 274 | 237 | 131 | 0 | 17 | 65 | 32 | 52 | 52 | 66 |
| Binary | 10111100 | 10011111 | 1011001 | 0 | 1111 | 110101 | 11010 | 101010 | 101010 | 110110 |
Color Harmonies of #BC9F59
Complementary color
Monochromatic Colors of #BC9F59
Black with #BC9F59
Text Example
Text Example
White with #BC9F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F59; }
p { color: rgb(188,159,89); }
H1.HeaderClassName
{
color: #BC9F59;
}
.AnyTagClassName
{
color: #BC9F59;
}
</style>
background-color css
<style>
a { background-color: #BC9F59; }
a { background-color: rgb(188,159,89); }
div.DivClassName
{
background-color: #BC9F59;
}
.BgClassName
{
background-color: #BC9F59;
}
</style>
border-color css
<style>
span { border-color: #BC9F59; }
span { border-color: rgb(188,159,89); }
td.TdClassName
{
border-color: #BC9F59;
}
.TagClassName
{
border-color: #BC9F59;
}
</style>