Shades of Laser #BFA769
Tints of Laser #BFA769
RGB
CMYK
RGB Variations
Color information
#BFA769 (or 0xBFA769) is known color: Laser. HEX triplet: BF, A7 and 69. RGB value is (191,167,105). Sum of RGB (Red+Green+Blue) = 191+167+105=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA769 is #405896. Grayscale: #A7A7A7. Windows color (decimal): -4216983 or 6924223. OLE color: 6924223.
HSL color Cylindrical-coordinate representation of color #BFA769: hue angle of 43.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFA769 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 105 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.25 |
| HSL | 43.26º | 0.4% | 0.58% | - |
| HSV(B) | 43.26º | 0.45% | 0.75% | - |
| XYZ | 37.85 | 39.73 | 19.04 | - |
| YUV | 167.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 105 | 0 | 0.13 | 0.45 | 0.25 | 43.26 | 0.4 | 0.58 |
| Hex | BF | A7 | 69 | 0 | D | 2D | 19 | 2B | 28 | 3A |
| Octal | 277 | 247 | 151 | 0 | 15 | 55 | 31 | 53 | 50 | 72 |
| Binary | 10111111 | 10100111 | 1101001 | 0 | 1101 | 101101 | 11001 | 101011 | 101000 | 111010 |
Color Harmonies of #BFA769
Complementary color
Monochromatic Colors of #BFA769
Black with #BFA769
Text Example
Text Example
White with #BFA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA769; }
p { color: rgb(191,167,105); }
H1.HeaderClassName
{
color: #BFA769;
}
.AnyTagClassName
{
color: #BFA769;
}
</style>
background-color css
<style>
a { background-color: #BFA769; }
a { background-color: rgb(191,167,105); }
div.DivClassName
{
background-color: #BFA769;
}
.BgClassName
{
background-color: #BFA769;
}
</style>
border-color css
<style>
span { border-color: #BFA769; }
span { border-color: rgb(191,167,105); }
td.TdClassName
{
border-color: #BFA769;
}
.TagClassName
{
border-color: #BFA769;
}
</style>