Shades of Laser #BFA85C
Tints of Laser #BFA85C
RGB
CMYK
RGB Variations
Color information
#BFA85C (or 0xBFA85C) is known color: Laser. HEX triplet: BF, A8 and 5C. RGB value is (191,168,92). Sum of RGB (Red+Green+Blue) = 191+168+92=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA85C is #4057A3. Grayscale: #A6A6A6. Windows color (decimal): -4216740 or 6072511. OLE color: 6072511.
HSL color Cylindrical-coordinate representation of color #BFA85C: hue angle of 46.06º 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 #BFA85C is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 92 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.25 |
| HSL | 46.06º | 0.44% | 0.55% | - |
| HSV(B) | 46.06º | 0.52% | 0.75% | - |
| XYZ | 37.42 | 39.85 | 15.85 | - |
| YUV | 166.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 92 | 0 | 0.12 | 0.52 | 0.25 | 46.06 | 0.44 | 0.55 |
| Hex | BF | A8 | 5C | 0 | C | 34 | 19 | 2E | 2C | 37 |
| Octal | 277 | 250 | 134 | 0 | 14 | 64 | 31 | 56 | 54 | 67 |
| Binary | 10111111 | 10101000 | 1011100 | 0 | 1100 | 110100 | 11001 | 101110 | 101100 | 110111 |
Color Harmonies of #BFA85C
Complementary color
Monochromatic Colors of #BFA85C
Black with #BFA85C
Text Example
Text Example
White with #BFA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA85C; }
p { color: rgb(191,168,92); }
H1.HeaderClassName
{
color: #BFA85C;
}
.AnyTagClassName
{
color: #BFA85C;
}
</style>
background-color css
<style>
a { background-color: #BFA85C; }
a { background-color: rgb(191,168,92); }
div.DivClassName
{
background-color: #BFA85C;
}
.BgClassName
{
background-color: #BFA85C;
}
</style>
border-color css
<style>
span { border-color: #BFA85C; }
span { border-color: rgb(191,168,92); }
td.TdClassName
{
border-color: #BFA85C;
}
.TagClassName
{
border-color: #BFA85C;
}
</style>