Shades of Laser #BFAA5D
Tints of Laser #BFAA5D
RGB
CMYK
RGB Variations
Color information
#BFAA5D (or 0xBFAA5D) is known color: Laser. HEX triplet: BF, AA and 5D. RGB value is (191,170,93). Sum of RGB (Red+Green+Blue) = 191+170+93=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5D is #4055A2. Grayscale: #A7A7A7. Windows color (decimal): -4216227 or 6138559. OLE color: 6138559.
HSL color Cylindrical-coordinate representation of color #BFAA5D: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFAA5D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 93 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.25 |
| HSL | 47.14º | 0.43% | 0.56% | - |
| HSV(B) | 47.14º | 0.51% | 0.75% | - |
| XYZ | 37.84 | 40.62 | 16.2 | - |
| YUV | 167.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 93 | 0 | 0.11 | 0.51 | 0.25 | 47.14 | 0.43 | 0.56 |
| Hex | BF | AA | 5D | 0 | B | 33 | 19 | 2F | 2B | 38 |
| Octal | 277 | 252 | 135 | 0 | 13 | 63 | 31 | 57 | 53 | 70 |
| Binary | 10111111 | 10101010 | 1011101 | 0 | 1011 | 110011 | 11001 | 101111 | 101011 | 111000 |
Color Harmonies of #BFAA5D
Complementary color
Monochromatic Colors of #BFAA5D
Black with #BFAA5D
Text Example
Text Example
White with #BFAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA5D; }
p { color: rgb(191,170,93); }
H1.HeaderClassName
{
color: #BFAA5D;
}
.AnyTagClassName
{
color: #BFAA5D;
}
</style>
background-color css
<style>
a { background-color: #BFAA5D; }
a { background-color: rgb(191,170,93); }
div.DivClassName
{
background-color: #BFAA5D;
}
.BgClassName
{
background-color: #BFAA5D;
}
</style>
border-color css
<style>
span { border-color: #BFAA5D; }
span { border-color: rgb(191,170,93); }
td.TdClassName
{
border-color: #BFAA5D;
}
.TagClassName
{
border-color: #BFAA5D;
}
</style>