Shades of Laser #BFA556
Tints of Laser #BFA556
RGB
CMYK
RGB Variations
Color information
#BFA556 (or 0xBFA556) is known color: Laser. HEX triplet: BF, A5 and 56. RGB value is (191,165,86). Sum of RGB (Red+Green+Blue) = 191+165+86=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA556 is #405AA9. Grayscale: #A4A4A4. Windows color (decimal): -4217514 or 5678527. OLE color: 5678527.
HSL color Cylindrical-coordinate representation of color #BFA556: hue angle of 45.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFA556 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 86 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.25 |
| HSL | 45.14º | 0.45% | 0.54% | - |
| HSV(B) | 45.14º | 0.55% | 0.75% | - |
| XYZ | 36.62 | 38.66 | 14.34 | - |
| YUV | 163.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 86 | 0 | 0.14 | 0.55 | 0.25 | 45.14 | 0.45 | 0.54 |
| Hex | BF | A5 | 56 | 0 | E | 37 | 19 | 2D | 2D | 36 |
| Octal | 277 | 245 | 126 | 0 | 16 | 67 | 31 | 55 | 55 | 66 |
| Binary | 10111111 | 10100101 | 1010110 | 0 | 1110 | 110111 | 11001 | 101101 | 101101 | 110110 |
Color Harmonies of #BFA556
Complementary color
Monochromatic Colors of #BFA556
Black with #BFA556
Text Example
Text Example
White with #BFA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA556; }
p { color: rgb(191,165,86); }
H1.HeaderClassName
{
color: #BFA556;
}
.AnyTagClassName
{
color: #BFA556;
}
</style>
background-color css
<style>
a { background-color: #BFA556; }
a { background-color: rgb(191,165,86); }
div.DivClassName
{
background-color: #BFA556;
}
.BgClassName
{
background-color: #BFA556;
}
</style>
border-color css
<style>
span { border-color: #BFA556; }
span { border-color: rgb(191,165,86); }
td.TdClassName
{
border-color: #BFA556;
}
.TagClassName
{
border-color: #BFA556;
}
</style>