Shades of Laser #BFA165
Tints of Laser #BFA165
RGB
CMYK
RGB Variations
Color information
#BFA165 (or 0xBFA165) is known color: Laser. HEX triplet: BF, A1 and 65. RGB value is (191,161,101). Sum of RGB (Red+Green+Blue) = 191+161+101=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA165 is #405E9A. Grayscale: #A3A3A3. Windows color (decimal): -4218523 or 6660543. OLE color: 6660543.
HSL color Cylindrical-coordinate representation of color #BFA165: hue angle of 40º 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 #BFA165 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 101 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.25 |
| HSL | 40º | 0.41% | 0.57% | - |
| HSV(B) | 40º | 0.47% | 0.75% | - |
| XYZ | 36.58 | 37.51 | 17.62 | - |
| YUV | 163.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 101 | 0 | 0.16 | 0.47 | 0.25 | 40 | 0.41 | 0.57 |
| Hex | BF | A1 | 65 | 0 | 10 | 2F | 19 | 28 | 29 | 39 |
| Octal | 277 | 241 | 145 | 0 | 20 | 57 | 31 | 50 | 51 | 71 |
| Binary | 10111111 | 10100001 | 1100101 | 0 | 10000 | 101111 | 11001 | 101000 | 101001 | 111001 |
Color Harmonies of #BFA165
Complementary color
Monochromatic Colors of #BFA165
Black with #BFA165
Text Example
Text Example
White with #BFA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA165; }
p { color: rgb(191,161,101); }
H1.HeaderClassName
{
color: #BFA165;
}
.AnyTagClassName
{
color: #BFA165;
}
</style>
background-color css
<style>
a { background-color: #BFA165; }
a { background-color: rgb(191,161,101); }
div.DivClassName
{
background-color: #BFA165;
}
.BgClassName
{
background-color: #BFA165;
}
</style>
border-color css
<style>
span { border-color: #BFA165; }
span { border-color: rgb(191,161,101); }
td.TdClassName
{
border-color: #BFA165;
}
.TagClassName
{
border-color: #BFA165;
}
</style>