Shades of Laser #BFAA5B
Tints of Laser #BFAA5B
RGB
CMYK
RGB Variations
Color information
#BFAA5B (or 0xBFAA5B) is known color: Laser. HEX triplet: BF, AA and 5B. RGB value is (191,170,91). Sum of RGB (Red+Green+Blue) = 191+170+91=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5B is #4055A4. Grayscale: #A7A7A7. Windows color (decimal): -4216229 or 6007487. OLE color: 6007487.
HSL color Cylindrical-coordinate representation of color #BFAA5B: hue angle of 47.4º 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 #BFAA5B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 91 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.25 |
| HSL | 47.4º | 0.44% | 0.55% | - |
| HSV(B) | 47.4º | 0.52% | 0.75% | - |
| XYZ | 37.75 | 40.58 | 15.74 | - |
| YUV | 167.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 91 | 0 | 0.11 | 0.52 | 0.25 | 47.4 | 0.44 | 0.55 |
| Hex | BF | AA | 5B | 0 | B | 34 | 19 | 2F | 2C | 37 |
| Octal | 277 | 252 | 133 | 0 | 13 | 64 | 31 | 57 | 54 | 67 |
| Binary | 10111111 | 10101010 | 1011011 | 0 | 1011 | 110100 | 11001 | 101111 | 101100 | 110111 |
Color Harmonies of #BFAA5B
Complementary color
Monochromatic Colors of #BFAA5B
Black with #BFAA5B
Text Example
Text Example
White with #BFAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA5B; }
p { color: rgb(191,170,91); }
H1.HeaderClassName
{
color: #BFAA5B;
}
.AnyTagClassName
{
color: #BFAA5B;
}
</style>
background-color css
<style>
a { background-color: #BFAA5B; }
a { background-color: rgb(191,170,91); }
div.DivClassName
{
background-color: #BFAA5B;
}
.BgClassName
{
background-color: #BFAA5B;
}
</style>
border-color css
<style>
span { border-color: #BFAA5B; }
span { border-color: rgb(191,170,91); }
td.TdClassName
{
border-color: #BFAA5B;
}
.TagClassName
{
border-color: #BFAA5B;
}
</style>