Shades of Laser #BFAA6B
Tints of Laser #BFAA6B
RGB
CMYK
RGB Variations
Color information
#BFAA6B (or 0xBFAA6B) is known color: Laser. HEX triplet: BF, AA and 6B. RGB value is (191,170,107). Sum of RGB (Red+Green+Blue) = 191+170+107=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA6B is #405594. Grayscale: #A9A9A9. Windows color (decimal): -4216213 or 7056063. OLE color: 7056063.
HSL color Cylindrical-coordinate representation of color #BFAA6B: hue angle of 45º 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 #BFAA6B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 107 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.25 |
| HSL | 45º | 0.4% | 0.58% | - |
| HSV(B) | 45º | 0.44% | 0.75% | - |
| XYZ | 38.51 | 40.89 | 19.77 | - |
| YUV | 169.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 107 | 0 | 0.11 | 0.44 | 0.25 | 45 | 0.4 | 0.58 |
| Hex | BF | AA | 6B | 0 | B | 2C | 19 | 2D | 28 | 3A |
| Octal | 277 | 252 | 153 | 0 | 13 | 54 | 31 | 55 | 50 | 72 |
| Binary | 10111111 | 10101010 | 1101011 | 0 | 1011 | 101100 | 11001 | 101101 | 101000 | 111010 |
Color Harmonies of #BFAA6B
Complementary color
Monochromatic Colors of #BFAA6B
Black with #BFAA6B
Text Example
Text Example
White with #BFAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA6B; }
p { color: rgb(191,170,107); }
H1.HeaderClassName
{
color: #BFAA6B;
}
.AnyTagClassName
{
color: #BFAA6B;
}
</style>
background-color css
<style>
a { background-color: #BFAA6B; }
a { background-color: rgb(191,170,107); }
div.DivClassName
{
background-color: #BFAA6B;
}
.BgClassName
{
background-color: #BFAA6B;
}
</style>
border-color css
<style>
span { border-color: #BFAA6B; }
span { border-color: rgb(191,170,107); }
td.TdClassName
{
border-color: #BFAA6B;
}
.TagClassName
{
border-color: #BFAA6B;
}
</style>