Shades of Laser #BFAA5F
Tints of Laser #BFAA5F
RGB
CMYK
RGB Variations
Color information
#BFAA5F (or 0xBFAA5F) is known color: Laser. HEX triplet: BF, AA and 5F. RGB value is (191,170,95). Sum of RGB (Red+Green+Blue) = 191+170+95=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5F is #4055A0. Grayscale: #A8A8A8. Windows color (decimal): -4216225 or 6269631. OLE color: 6269631.
HSL color Cylindrical-coordinate representation of color #BFAA5F: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAA5F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 95 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.25 |
| HSL | 46.88º | 0.43% | 0.56% | - |
| HSV(B) | 46.88º | 0.5% | 0.75% | - |
| XYZ | 37.93 | 40.65 | 16.67 | - |
| YUV | 167.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 95 | 0 | 0.11 | 0.50 | 0.25 | 46.88 | 0.43 | 0.56 |
| Hex | BF | AA | 5F | 0 | B | 32 | 19 | 2F | 2B | 38 |
| Octal | 277 | 252 | 137 | 0 | 13 | 62 | 31 | 57 | 53 | 70 |
| Binary | 10111111 | 10101010 | 1011111 | 0 | 1011 | 110010 | 11001 | 101111 | 101011 | 111000 |
Color Harmonies of #BFAA5F
Complementary color
Monochromatic Colors of #BFAA5F
Black with #BFAA5F
Text Example
Text Example
White with #BFAA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA5F; }
p { color: rgb(191,170,95); }
H1.HeaderClassName
{
color: #BFAA5F;
}
.AnyTagClassName
{
color: #BFAA5F;
}
</style>
background-color css
<style>
a { background-color: #BFAA5F; }
a { background-color: rgb(191,170,95); }
div.DivClassName
{
background-color: #BFAA5F;
}
.BgClassName
{
background-color: #BFAA5F;
}
</style>
border-color css
<style>
span { border-color: #BFAA5F; }
span { border-color: rgb(191,170,95); }
td.TdClassName
{
border-color: #BFAA5F;
}
.TagClassName
{
border-color: #BFAA5F;
}
</style>