#BFAA5E

Color #BFAA5E Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #BFAA5E

Tints of Laser #BFAA5E

Color information

#BFAA5E (or 0xBFAA5E) is unknown color: approx Laser. HEX triplet: BF, AA and 5E. RGB value is (191,170,94). Sum of RGB (Red+Green+Blue) = 191+170+94=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA5E is #4055A1. Grayscale: #A7A7A7. Windows color (decimal): -4216226 or 6204095. OLE color: 6204095.

HSL color Cylindrical-coordinate representation of color #BFAA5E: hue angle of 47.01º 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 #BFAA5E is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19117094-
CMYK00.110.510.25
HSL47.01º43.11%55.88%-
HSV(B)47.01º50.79%74.9%-
XYZ37.8840.6316.44-
YUV167.6286.46144.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=41.98%
G=37.36%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911709400.110.510.2547.0143.1155.88
HexBFAA5E0B33192f2b38
Octal2772521360136331575370
Binary101111111010101010111100101111001111001101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA5E; }

 p { color: rgb(191,170,94); }

 H1.HeaderClassName
 {
   color: #BFAA5E;
 }
 .AnyTagClassName
 {
   color: #BFAA5E;
 }
</style>
background-color css

<style>
 a { background-color: #BFAA5E; }

 a { background-color: rgb(191,170,94); }

 div.DivClassName
 {
   background-color: #BFAA5E;
 }
 .BgClassName
 {
   background-color: #BFAA5E;
 }
</style>
border-color css

<style>
 span { border-color: #BFAA5E; }

 span { border-color: rgb(191,170,94); }

 td.TdClassName
 {
   border-color: #BFAA5E;
 }
 .TagClassName
 {
   border-color: #BFAA5E;
 }
</style>