Shades of Laser #BFAA5E
Tints of Laser #BFAA5E
RGB
CMYK
RGB Variations
Color information
#BFAA5E (or 0xBFAA5E) is known color: Laser. HEX triplet: BF, AA and 5E. RGB value is (191,170,94). Sum of RGB (Red+Green+Blue) = 191+170+94=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5E is #4055A1. Grayscale: #A7A7A7. Windows color (decimal): -4216226 or 6204095. OLE color: 6204095.
HSL color Cylindrical-coordinate representation of color #BFAA5E: hue angle of 47.01º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFAA5E is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 94 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.25 |
| HSL | 47.01º | 0.43% | 0.56% | - |
| HSV(B) | 47.01º | 0.51% | 0.75% | - |
| XYZ | 37.88 | 40.63 | 16.44 | - |
| YUV | 167.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 94 | 0 | 0.11 | 0.51 | 0.25 | 47.01 | 0.43 | 0.56 |
| Hex | BF | AA | 5E | 0 | B | 33 | 19 | 2F | 2B | 38 |
| Octal | 277 | 252 | 136 | 0 | 13 | 63 | 31 | 57 | 53 | 70 |
| Binary | 10111111 | 10101010 | 1011110 | 0 | 1011 | 110011 | 11001 | 101111 | 101011 | 111000 |
Color Harmonies of #BFAA5E
Complementary color
Monochromatic Colors of #BFAA5E
Black with #BFAA5E
Text Example
Text Example
White with #BFAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA5E; }
p { color: rgb(191,170,94); }
H1.HeaderClassName
{
color: #BFAA5E;
}
.AnyTagClassName
{
color: #BFAA5E;
}
</style>
background-color css
<style>
a { background-color: #BFAA5E; }
a { background-color: rgb(191,170,94); }
div.DivClassName
{
background-color: #BFAA5E;
}
.BgClassName
{
background-color: #BFAA5E;
}
</style>
border-color css
<style>
span { border-color: #BFAA5E; }
span { border-color: rgb(191,170,94); }
td.TdClassName
{
border-color: #BFAA5E;
}
.TagClassName
{
border-color: #BFAA5E;
}
</style>