Shades of Laser #BFA85B
Tints of Laser #BFA85B
RGB
CMYK
RGB Variations
Color information
#BFA85B (or 0xBFA85B) is known color: Laser. HEX triplet: BF, A8 and 5B. RGB value is (191,168,91). Sum of RGB (Red+Green+Blue) = 191+168+91=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA85B is #4057A4. Grayscale: #A6A6A6. Windows color (decimal): -4216741 or 6006975. OLE color: 6006975.
HSL color Cylindrical-coordinate representation of color #BFA85B: hue angle of 46.2º 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 #BFA85B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 91 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.25 |
| HSL | 46.2º | 0.44% | 0.55% | - |
| HSV(B) | 46.2º | 0.52% | 0.75% | - |
| XYZ | 37.38 | 39.84 | 15.62 | - |
| YUV | 166.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 91 | 0 | 0.12 | 0.52 | 0.25 | 46.2 | 0.44 | 0.55 |
| Hex | BF | A8 | 5B | 0 | C | 34 | 19 | 2E | 2C | 37 |
| Octal | 277 | 250 | 133 | 0 | 14 | 64 | 31 | 56 | 54 | 67 |
| Binary | 10111111 | 10101000 | 1011011 | 0 | 1100 | 110100 | 11001 | 101110 | 101100 | 110111 |
Color Harmonies of #BFA85B
Complementary color
Monochromatic Colors of #BFA85B
Black with #BFA85B
Text Example
Text Example
White with #BFA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA85B; }
p { color: rgb(191,168,91); }
H1.HeaderClassName
{
color: #BFA85B;
}
.AnyTagClassName
{
color: #BFA85B;
}
</style>
background-color css
<style>
a { background-color: #BFA85B; }
a { background-color: rgb(191,168,91); }
div.DivClassName
{
background-color: #BFA85B;
}
.BgClassName
{
background-color: #BFA85B;
}
</style>
border-color css
<style>
span { border-color: #BFA85B; }
span { border-color: rgb(191,168,91); }
td.TdClassName
{
border-color: #BFA85B;
}
.TagClassName
{
border-color: #BFA85B;
}
</style>