Shades of Laser #BFA967
Tints of Laser #BFA967
RGB
CMYK
RGB Variations
Color information
#BFA967 (or 0xBFA967) is known color: Laser. HEX triplet: BF, A9 and 67. RGB value is (191,169,103). Sum of RGB (Red+Green+Blue) = 191+169+103=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA967 is #405698. Grayscale: #A8A8A8. Windows color (decimal): -4216473 or 6793663. OLE color: 6793663.
HSL color Cylindrical-coordinate representation of color #BFA967: hue angle of 45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFA967 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 103 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.25 |
| HSL | 45º | 0.41% | 0.58% | - |
| HSV(B) | 45º | 0.46% | 0.75% | - |
| XYZ | 38.12 | 40.43 | 18.63 | - |
| YUV | 168.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 103 | 0 | 0.12 | 0.46 | 0.25 | 45 | 0.41 | 0.58 |
| Hex | BF | A9 | 67 | 0 | C | 2E | 19 | 2D | 29 | 3A |
| Octal | 277 | 251 | 147 | 0 | 14 | 56 | 31 | 55 | 51 | 72 |
| Binary | 10111111 | 10101001 | 1100111 | 0 | 1100 | 101110 | 11001 | 101101 | 101001 | 111010 |
Color Harmonies of #BFA967
Complementary color
Monochromatic Colors of #BFA967
Black with #BFA967
Text Example
Text Example
White with #BFA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA967; }
p { color: rgb(191,169,103); }
H1.HeaderClassName
{
color: #BFA967;
}
.AnyTagClassName
{
color: #BFA967;
}
</style>
background-color css
<style>
a { background-color: #BFA967; }
a { background-color: rgb(191,169,103); }
div.DivClassName
{
background-color: #BFA967;
}
.BgClassName
{
background-color: #BFA967;
}
</style>
border-color css
<style>
span { border-color: #BFA967; }
span { border-color: rgb(191,169,103); }
td.TdClassName
{
border-color: #BFA967;
}
.TagClassName
{
border-color: #BFA967;
}
</style>