Shades of Laser #BFA162
Tints of Laser #BFA162
RGB
CMYK
RGB Variations
Color information
#BFA162 (or 0xBFA162) is known color: Laser. HEX triplet: BF, A1 and 62. RGB value is (191,161,98). Sum of RGB (Red+Green+Blue) = 191+161+98=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA162 is #405E9D. Grayscale: #A3A3A3. Windows color (decimal): -4218526 or 6463935. OLE color: 6463935.
HSL color Cylindrical-coordinate representation of color #BFA162: hue angle of 40.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFA162 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 98 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.25 |
| HSL | 40.65º | 0.42% | 0.57% | - |
| HSV(B) | 40.65º | 0.49% | 0.75% | - |
| XYZ | 36.44 | 37.45 | 16.86 | - |
| YUV | 162.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 98 | 0 | 0.16 | 0.49 | 0.25 | 40.65 | 0.42 | 0.57 |
| Hex | BF | A1 | 62 | 0 | 10 | 31 | 19 | 29 | 2A | 39 |
| Octal | 277 | 241 | 142 | 0 | 20 | 61 | 31 | 51 | 52 | 71 |
| Binary | 10111111 | 10100001 | 1100010 | 0 | 10000 | 110001 | 11001 | 101001 | 101010 | 111001 |
Color Harmonies of #BFA162
Complementary color
Monochromatic Colors of #BFA162
Black with #BFA162
Text Example
Text Example
White with #BFA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA162; }
p { color: rgb(191,161,98); }
H1.HeaderClassName
{
color: #BFA162;
}
.AnyTagClassName
{
color: #BFA162;
}
</style>
background-color css
<style>
a { background-color: #BFA162; }
a { background-color: rgb(191,161,98); }
div.DivClassName
{
background-color: #BFA162;
}
.BgClassName
{
background-color: #BFA162;
}
</style>
border-color css
<style>
span { border-color: #BFA162; }
span { border-color: rgb(191,161,98); }
td.TdClassName
{
border-color: #BFA162;
}
.TagClassName
{
border-color: #BFA162;
}
</style>