Shades of Laser #BFAB59
Tints of Laser #BFAB59
RGB
CMYK
RGB Variations
Color information
#BFAB59 (or 0xBFAB59) is known color: Laser. HEX triplet: BF, AB and 59. RGB value is (191,171,89). Sum of RGB (Red+Green+Blue) = 191+171+89=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB59 is #4054A6. Grayscale: #A7A7A7. Windows color (decimal): -4215975 or 5876671. OLE color: 5876671.
HSL color Cylindrical-coordinate representation of color #BFAB59: hue angle of 48.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFAB59 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 89 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.25 |
| HSL | 48.24º | 0.44% | 0.55% | - |
| HSV(B) | 48.24º | 0.53% | 0.75% | - |
| XYZ | 37.85 | 40.92 | 15.36 | - |
| YUV | 167.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 89 | 0 | 0.10 | 0.53 | 0.25 | 48.24 | 0.44 | 0.55 |
| Hex | BF | AB | 59 | 0 | A | 35 | 19 | 30 | 2C | 37 |
| Octal | 277 | 253 | 131 | 0 | 12 | 65 | 31 | 60 | 54 | 67 |
| Binary | 10111111 | 10101011 | 1011001 | 0 | 1010 | 110101 | 11001 | 110000 | 101100 | 110111 |
Color Harmonies of #BFAB59
Complementary color
Monochromatic Colors of #BFAB59
Black with #BFAB59
Text Example
Text Example
White with #BFAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB59; }
p { color: rgb(191,171,89); }
H1.HeaderClassName
{
color: #BFAB59;
}
.AnyTagClassName
{
color: #BFAB59;
}
</style>
background-color css
<style>
a { background-color: #BFAB59; }
a { background-color: rgb(191,171,89); }
div.DivClassName
{
background-color: #BFAB59;
}
.BgClassName
{
background-color: #BFAB59;
}
</style>
border-color css
<style>
span { border-color: #BFAB59; }
span { border-color: rgb(191,171,89); }
td.TdClassName
{
border-color: #BFAB59;
}
.TagClassName
{
border-color: #BFAB59;
}
</style>