Shades of Laser #BFA765
Tints of Laser #BFA765
RGB
CMYK
RGB Variations
Color information
#BFA765 (or 0xBFA765) is known color: Laser. HEX triplet: BF, A7 and 65. RGB value is (191,167,101). Sum of RGB (Red+Green+Blue) = 191+167+101=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA765 is #40589A. Grayscale: #A6A6A6. Windows color (decimal): -4216987 or 6662079. OLE color: 6662079.
HSL color Cylindrical-coordinate representation of color #BFA765: hue angle of 44º 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 #BFA765 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 101 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.25 |
| HSL | 44º | 0.41% | 0.57% | - |
| HSV(B) | 44º | 0.47% | 0.75% | - |
| XYZ | 37.65 | 39.65 | 17.98 | - |
| YUV | 166.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 101 | 0 | 0.13 | 0.47 | 0.25 | 44 | 0.41 | 0.57 |
| Hex | BF | A7 | 65 | 0 | D | 2F | 19 | 2C | 29 | 39 |
| Octal | 277 | 247 | 145 | 0 | 15 | 57 | 31 | 54 | 51 | 71 |
| Binary | 10111111 | 10100111 | 1100101 | 0 | 1101 | 101111 | 11001 | 101100 | 101001 | 111001 |
Color Harmonies of #BFA765
Complementary color
Monochromatic Colors of #BFA765
Black with #BFA765
Text Example
Text Example
White with #BFA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA765; }
p { color: rgb(191,167,101); }
H1.HeaderClassName
{
color: #BFA765;
}
.AnyTagClassName
{
color: #BFA765;
}
</style>
background-color css
<style>
a { background-color: #BFA765; }
a { background-color: rgb(191,167,101); }
div.DivClassName
{
background-color: #BFA765;
}
.BgClassName
{
background-color: #BFA765;
}
</style>
border-color css
<style>
span { border-color: #BFA765; }
span { border-color: rgb(191,167,101); }
td.TdClassName
{
border-color: #BFA765;
}
.TagClassName
{
border-color: #BFA765;
}
</style>