Shades of Laser #BFA65C
Tints of Laser #BFA65C
RGB
CMYK
RGB Variations
Color information
#BFA65C (or 0xBFA65C) is known color: Laser. HEX triplet: BF, A6 and 5C. RGB value is (191,166,92). Sum of RGB (Red+Green+Blue) = 191+166+92=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA65C is #4059A3. Grayscale: #A5A5A5. Windows color (decimal): -4217252 or 6071999. OLE color: 6071999.
HSL color Cylindrical-coordinate representation of color #BFA65C: hue angle of 44.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFA65C is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 92 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.25 |
| HSL | 44.85º | 0.44% | 0.55% | - |
| HSV(B) | 44.85º | 0.52% | 0.75% | - |
| XYZ | 37.05 | 39.12 | 15.72 | - |
| YUV | 165.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 92 | 0 | 0.13 | 0.52 | 0.25 | 44.85 | 0.44 | 0.55 |
| Hex | BF | A6 | 5C | 0 | D | 34 | 19 | 2D | 2C | 37 |
| Octal | 277 | 246 | 134 | 0 | 15 | 64 | 31 | 55 | 54 | 67 |
| Binary | 10111111 | 10100110 | 1011100 | 0 | 1101 | 110100 | 11001 | 101101 | 101100 | 110111 |
Color Harmonies of #BFA65C
Complementary color
Monochromatic Colors of #BFA65C
Black with #BFA65C
Text Example
Text Example
White with #BFA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA65C; }
p { color: rgb(191,166,92); }
H1.HeaderClassName
{
color: #BFA65C;
}
.AnyTagClassName
{
color: #BFA65C;
}
</style>
background-color css
<style>
a { background-color: #BFA65C; }
a { background-color: rgb(191,166,92); }
div.DivClassName
{
background-color: #BFA65C;
}
.BgClassName
{
background-color: #BFA65C;
}
</style>
border-color css
<style>
span { border-color: #BFA65C; }
span { border-color: rgb(191,166,92); }
td.TdClassName
{
border-color: #BFA65C;
}
.TagClassName
{
border-color: #BFA65C;
}
</style>