Shades of Laser #BFA95E
Tints of Laser #BFA95E
RGB
CMYK
RGB Variations
Color information
#BFA95E (or 0xBFA95E) is known color: Laser. HEX triplet: BF, A9 and 5E. RGB value is (191,169,94). Sum of RGB (Red+Green+Blue) = 191+169+94=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA95E is #4056A1. Grayscale: #A7A7A7. Windows color (decimal): -4216482 or 6203839. OLE color: 6203839.
HSL color Cylindrical-coordinate representation of color #BFA95E: hue angle of 46.39º 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 #BFA95E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 94 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.25 |
| HSL | 46.39º | 0.43% | 0.56% | - |
| HSV(B) | 46.39º | 0.51% | 0.75% | - |
| XYZ | 37.69 | 40.26 | 16.37 | - |
| YUV | 167.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 94 | 0 | 0.12 | 0.51 | 0.25 | 46.39 | 0.43 | 0.56 |
| Hex | BF | A9 | 5E | 0 | C | 33 | 19 | 2E | 2B | 38 |
| Octal | 277 | 251 | 136 | 0 | 14 | 63 | 31 | 56 | 53 | 70 |
| Binary | 10111111 | 10101001 | 1011110 | 0 | 1100 | 110011 | 11001 | 101110 | 101011 | 111000 |
Color Harmonies of #BFA95E
Complementary color
Monochromatic Colors of #BFA95E
Black with #BFA95E
Text Example
Text Example
White with #BFA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA95E; }
p { color: rgb(191,169,94); }
H1.HeaderClassName
{
color: #BFA95E;
}
.AnyTagClassName
{
color: #BFA95E;
}
</style>
background-color css
<style>
a { background-color: #BFA95E; }
a { background-color: rgb(191,169,94); }
div.DivClassName
{
background-color: #BFA95E;
}
.BgClassName
{
background-color: #BFA95E;
}
</style>
border-color css
<style>
span { border-color: #BFA95E; }
span { border-color: rgb(191,169,94); }
td.TdClassName
{
border-color: #BFA95E;
}
.TagClassName
{
border-color: #BFA95E;
}
</style>