Shades of Laser #BFA258
Tints of Laser #BFA258
RGB
CMYK
RGB Variations
Color information
#BFA258 (or 0xBFA258) is known color: Laser. HEX triplet: BF, A2 and 58. RGB value is (191,162,88). Sum of RGB (Red+Green+Blue) = 191+162+88=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA258 is #405DA7. Grayscale: #A2A2A2. Windows color (decimal): -4218280 or 5808831. OLE color: 5808831.
HSL color Cylindrical-coordinate representation of color #BFA258: hue angle of 43.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFA258 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 88 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.25 |
| HSL | 43.11º | 0.45% | 0.55% | - |
| HSV(B) | 43.11º | 0.54% | 0.75% | - |
| XYZ | 36.17 | 37.62 | 14.59 | - |
| YUV | 162.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 88 | 0 | 0.15 | 0.54 | 0.25 | 43.11 | 0.45 | 0.55 |
| Hex | BF | A2 | 58 | 0 | F | 36 | 19 | 2B | 2D | 37 |
| Octal | 277 | 242 | 130 | 0 | 17 | 66 | 31 | 53 | 55 | 67 |
| Binary | 10111111 | 10100010 | 1011000 | 0 | 1111 | 110110 | 11001 | 101011 | 101101 | 110111 |
Color Harmonies of #BFA258
Complementary color
Monochromatic Colors of #BFA258
Black with #BFA258
Text Example
Text Example
White with #BFA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA258; }
p { color: rgb(191,162,88); }
H1.HeaderClassName
{
color: #BFA258;
}
.AnyTagClassName
{
color: #BFA258;
}
</style>
background-color css
<style>
a { background-color: #BFA258; }
a { background-color: rgb(191,162,88); }
div.DivClassName
{
background-color: #BFA258;
}
.BgClassName
{
background-color: #BFA258;
}
</style>
border-color css
<style>
span { border-color: #BFA258; }
span { border-color: rgb(191,162,88); }
td.TdClassName
{
border-color: #BFA258;
}
.TagClassName
{
border-color: #BFA258;
}
</style>