Shades of Laser #BFA05E
Tints of Laser #BFA05E
RGB
CMYK
RGB Variations
Color information
#BFA05E (or 0xBFA05E) is known color: Laser. HEX triplet: BF, A0 and 5E. RGB value is (191,160,94). Sum of RGB (Red+Green+Blue) = 191+160+94=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA05E is #405FA1. Grayscale: #A2A2A2. Windows color (decimal): -4218786 or 6201535. OLE color: 6201535.
HSL color Cylindrical-coordinate representation of color #BFA05E: hue angle of 40.82º 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 #BFA05E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 94 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.25 |
| HSL | 40.82º | 0.43% | 0.56% | - |
| HSV(B) | 40.82º | 0.51% | 0.75% | - |
| XYZ | 36.08 | 37.03 | 15.83 | - |
| YUV | 161.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 94 | 0 | 0.16 | 0.51 | 0.25 | 40.82 | 0.43 | 0.56 |
| Hex | BF | A0 | 5E | 0 | 10 | 33 | 19 | 29 | 2B | 38 |
| Octal | 277 | 240 | 136 | 0 | 20 | 63 | 31 | 51 | 53 | 70 |
| Binary | 10111111 | 10100000 | 1011110 | 0 | 10000 | 110011 | 11001 | 101001 | 101011 | 111000 |
Color Harmonies of #BFA05E
Complementary color
Monochromatic Colors of #BFA05E
Black with #BFA05E
Text Example
Text Example
White with #BFA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA05E; }
p { color: rgb(191,160,94); }
H1.HeaderClassName
{
color: #BFA05E;
}
.AnyTagClassName
{
color: #BFA05E;
}
</style>
background-color css
<style>
a { background-color: #BFA05E; }
a { background-color: rgb(191,160,94); }
div.DivClassName
{
background-color: #BFA05E;
}
.BgClassName
{
background-color: #BFA05E;
}
</style>
border-color css
<style>
span { border-color: #BFA05E; }
span { border-color: rgb(191,160,94); }
td.TdClassName
{
border-color: #BFA05E;
}
.TagClassName
{
border-color: #BFA05E;
}
</style>