Shades of Laser #BFA56B
Tints of Laser #BFA56B
RGB
CMYK
RGB Variations
Color information
#BFA56B (or 0xBFA56B) is known color: Laser. HEX triplet: BF, A5 and 6B. RGB value is (191,165,107). Sum of RGB (Red+Green+Blue) = 191+165+107=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA56B is #405A94. Grayscale: #A6A6A6. Windows color (decimal): -4217493 or 7054783. OLE color: 7054783.
HSL color Cylindrical-coordinate representation of color #BFA56B: hue angle of 41.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFA56B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 107 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.25 |
| HSL | 41.43º | 0.4% | 0.58% | - |
| HSV(B) | 41.43º | 0.44% | 0.75% | - |
| XYZ | 37.59 | 39.05 | 19.47 | - |
| YUV | 166.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 107 | 0 | 0.14 | 0.44 | 0.25 | 41.43 | 0.4 | 0.58 |
| Hex | BF | A5 | 6B | 0 | E | 2C | 19 | 29 | 28 | 3A |
| Octal | 277 | 245 | 153 | 0 | 16 | 54 | 31 | 51 | 50 | 72 |
| Binary | 10111111 | 10100101 | 1101011 | 0 | 1110 | 101100 | 11001 | 101001 | 101000 | 111010 |
Color Harmonies of #BFA56B
Complementary color
Monochromatic Colors of #BFA56B
Black with #BFA56B
Text Example
Text Example
White with #BFA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA56B; }
p { color: rgb(191,165,107); }
H1.HeaderClassName
{
color: #BFA56B;
}
.AnyTagClassName
{
color: #BFA56B;
}
</style>
background-color css
<style>
a { background-color: #BFA56B; }
a { background-color: rgb(191,165,107); }
div.DivClassName
{
background-color: #BFA56B;
}
.BgClassName
{
background-color: #BFA56B;
}
</style>
border-color css
<style>
span { border-color: #BFA56B; }
span { border-color: rgb(191,165,107); }
td.TdClassName
{
border-color: #BFA56B;
}
.TagClassName
{
border-color: #BFA56B;
}
</style>