Shades of Laser #BFA760
Tints of Laser #BFA760
RGB
CMYK
RGB Variations
Color information
#BFA760 (or 0xBFA760) is known color: Laser. HEX triplet: BF, A7 and 60. RGB value is (191,167,96). Sum of RGB (Red+Green+Blue) = 191+167+96=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA760 is #40589F. Grayscale: #A6A6A6. Windows color (decimal): -4216992 or 6334399. OLE color: 6334399.
HSL color Cylindrical-coordinate representation of color #BFA760: hue angle of 44.84º 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 #BFA760 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 96 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.25 |
| HSL | 44.84º | 0.43% | 0.56% | - |
| HSV(B) | 44.84º | 0.5% | 0.75% | - |
| XYZ | 37.42 | 39.56 | 16.73 | - |
| YUV | 166.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 96 | 0 | 0.13 | 0.50 | 0.25 | 44.84 | 0.43 | 0.56 |
| Hex | BF | A7 | 60 | 0 | D | 32 | 19 | 2D | 2B | 38 |
| Octal | 277 | 247 | 140 | 0 | 15 | 62 | 31 | 55 | 53 | 70 |
| Binary | 10111111 | 10100111 | 1100000 | 0 | 1101 | 110010 | 11001 | 101101 | 101011 | 111000 |
Color Harmonies of #BFA760
Complementary color
Monochromatic Colors of #BFA760
Black with #BFA760
Text Example
Text Example
White with #BFA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA760; }
p { color: rgb(191,167,96); }
H1.HeaderClassName
{
color: #BFA760;
}
.AnyTagClassName
{
color: #BFA760;
}
</style>
background-color css
<style>
a { background-color: #BFA760; }
a { background-color: rgb(191,167,96); }
div.DivClassName
{
background-color: #BFA760;
}
.BgClassName
{
background-color: #BFA760;
}
</style>
border-color css
<style>
span { border-color: #BFA760; }
span { border-color: rgb(191,167,96); }
td.TdClassName
{
border-color: #BFA760;
}
.TagClassName
{
border-color: #BFA760;
}
</style>