Shades of Laser #BFA263
Tints of Laser #BFA263
RGB
CMYK
RGB Variations
Color information
#BFA263 (or 0xBFA263) is known color: Laser. HEX triplet: BF, A2 and 63. RGB value is (191,162,99). Sum of RGB (Red+Green+Blue) = 191+162+99=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA263 is #405D9C. Grayscale: #A3A3A3. Windows color (decimal): -4218269 or 6529727. OLE color: 6529727.
HSL color Cylindrical-coordinate representation of color #BFA263: hue angle of 41.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFA263 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 99 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.25 |
| HSL | 41.09º | 0.42% | 0.57% | - |
| HSV(B) | 41.09º | 0.48% | 0.75% | - |
| XYZ | 36.66 | 37.82 | 17.17 | - |
| YUV | 163.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 99 | 0 | 0.15 | 0.48 | 0.25 | 41.09 | 0.42 | 0.57 |
| Hex | BF | A2 | 63 | 0 | F | 30 | 19 | 29 | 2A | 39 |
| Octal | 277 | 242 | 143 | 0 | 17 | 60 | 31 | 51 | 52 | 71 |
| Binary | 10111111 | 10100010 | 1100011 | 0 | 1111 | 110000 | 11001 | 101001 | 101010 | 111001 |
Color Harmonies of #BFA263
Complementary color
Monochromatic Colors of #BFA263
Black with #BFA263
Text Example
Text Example
White with #BFA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA263; }
p { color: rgb(191,162,99); }
H1.HeaderClassName
{
color: #BFA263;
}
.AnyTagClassName
{
color: #BFA263;
}
</style>
background-color css
<style>
a { background-color: #BFA263; }
a { background-color: rgb(191,162,99); }
div.DivClassName
{
background-color: #BFA263;
}
.BgClassName
{
background-color: #BFA263;
}
</style>
border-color css
<style>
span { border-color: #BFA263; }
span { border-color: rgb(191,162,99); }
td.TdClassName
{
border-color: #BFA263;
}
.TagClassName
{
border-color: #BFA263;
}
</style>