Shades of Laser #BFA665
Tints of Laser #BFA665
RGB
CMYK
RGB Variations
Color information
#BFA665 (or 0xBFA665) is known color: Laser. HEX triplet: BF, A6 and 65. RGB value is (191,166,101). Sum of RGB (Red+Green+Blue) = 191+166+101=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA665 is #40599A. Grayscale: #A6A6A6. Windows color (decimal): -4217243 or 6661823. OLE color: 6661823.
HSL color Cylindrical-coordinate representation of color #BFA665: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA665 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 101 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.25 |
| HSL | 43.33º | 0.41% | 0.57% | - |
| HSV(B) | 43.33º | 0.47% | 0.75% | - |
| XYZ | 37.47 | 39.29 | 17.92 | - |
| YUV | 166.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 101 | 0 | 0.13 | 0.47 | 0.25 | 43.33 | 0.41 | 0.57 |
| Hex | BF | A6 | 65 | 0 | D | 2F | 19 | 2B | 29 | 39 |
| Octal | 277 | 246 | 145 | 0 | 15 | 57 | 31 | 53 | 51 | 71 |
| Binary | 10111111 | 10100110 | 1100101 | 0 | 1101 | 101111 | 11001 | 101011 | 101001 | 111001 |
Color Harmonies of #BFA665
Complementary color
Monochromatic Colors of #BFA665
Black with #BFA665
Text Example
Text Example
White with #BFA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA665; }
p { color: rgb(191,166,101); }
H1.HeaderClassName
{
color: #BFA665;
}
.AnyTagClassName
{
color: #BFA665;
}
</style>
background-color css
<style>
a { background-color: #BFA665; }
a { background-color: rgb(191,166,101); }
div.DivClassName
{
background-color: #BFA665;
}
.BgClassName
{
background-color: #BFA665;
}
</style>
border-color css
<style>
span { border-color: #BFA665; }
span { border-color: rgb(191,166,101); }
td.TdClassName
{
border-color: #BFA665;
}
.TagClassName
{
border-color: #BFA665;
}
</style>