Shades of Laser #BFA05F
Tints of Laser #BFA05F
RGB
CMYK
RGB Variations
Color information
#BFA05F (or 0xBFA05F) is known color: Laser. HEX triplet: BF, A0 and 5F. RGB value is (191,160,95). Sum of RGB (Red+Green+Blue) = 191+160+95=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA05F is #405FA0. Grayscale: #A2A2A2. Windows color (decimal): -4218785 or 6267071. OLE color: 6267071.
HSL color Cylindrical-coordinate representation of color #BFA05F: hue angle of 40.62º 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 #BFA05F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 95 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.25 |
| HSL | 40.63º | 0.43% | 0.56% | - |
| HSV(B) | 40.63º | 0.5% | 0.75% | - |
| XYZ | 36.12 | 37.04 | 16.07 | - |
| YUV | 161.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 95 | 0 | 0.16 | 0.50 | 0.25 | 40.63 | 0.43 | 0.56 |
| Hex | BF | A0 | 5F | 0 | 10 | 32 | 19 | 29 | 2B | 38 |
| Octal | 277 | 240 | 137 | 0 | 20 | 62 | 31 | 51 | 53 | 70 |
| Binary | 10111111 | 10100000 | 1011111 | 0 | 10000 | 110010 | 11001 | 101001 | 101011 | 111000 |
Color Harmonies of #BFA05F
Complementary color
Monochromatic Colors of #BFA05F
Black with #BFA05F
Text Example
Text Example
White with #BFA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA05F; }
p { color: rgb(191,160,95); }
H1.HeaderClassName
{
color: #BFA05F;
}
.AnyTagClassName
{
color: #BFA05F;
}
</style>
background-color css
<style>
a { background-color: #BFA05F; }
a { background-color: rgb(191,160,95); }
div.DivClassName
{
background-color: #BFA05F;
}
.BgClassName
{
background-color: #BFA05F;
}
</style>
border-color css
<style>
span { border-color: #BFA05F; }
span { border-color: rgb(191,160,95); }
td.TdClassName
{
border-color: #BFA05F;
}
.TagClassName
{
border-color: #BFA05F;
}
</style>