Shades of Laser #BFA265
Tints of Laser #BFA265
RGB
CMYK
RGB Variations
Color information
#BFA265 (or 0xBFA265) is known color: Laser. HEX triplet: BF, A2 and 65. RGB value is (191,162,101). Sum of RGB (Red+Green+Blue) = 191+162+101=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA265 is #405D9A. Grayscale: #A3A3A3. Windows color (decimal): -4218267 or 6660799. OLE color: 6660799.
HSL color Cylindrical-coordinate representation of color #BFA265: hue angle of 40.67º 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 #BFA265 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 101 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.25 |
| HSL | 40.67º | 0.41% | 0.57% | - |
| HSV(B) | 40.67º | 0.47% | 0.75% | - |
| XYZ | 36.76 | 37.86 | 17.68 | - |
| YUV | 163.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 101 | 0 | 0.15 | 0.47 | 0.25 | 40.67 | 0.41 | 0.57 |
| Hex | BF | A2 | 65 | 0 | F | 2F | 19 | 29 | 29 | 39 |
| Octal | 277 | 242 | 145 | 0 | 17 | 57 | 31 | 51 | 51 | 71 |
| Binary | 10111111 | 10100010 | 1100101 | 0 | 1111 | 101111 | 11001 | 101001 | 101001 | 111001 |
Color Harmonies of #BFA265
Complementary color
Monochromatic Colors of #BFA265
Black with #BFA265
Text Example
Text Example
White with #BFA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA265; }
p { color: rgb(191,162,101); }
H1.HeaderClassName
{
color: #BFA265;
}
.AnyTagClassName
{
color: #BFA265;
}
</style>
background-color css
<style>
a { background-color: #BFA265; }
a { background-color: rgb(191,162,101); }
div.DivClassName
{
background-color: #BFA265;
}
.BgClassName
{
background-color: #BFA265;
}
</style>
border-color css
<style>
span { border-color: #BFA265; }
span { border-color: rgb(191,162,101); }
td.TdClassName
{
border-color: #BFA265;
}
.TagClassName
{
border-color: #BFA265;
}
</style>