#BFAA61

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

Shades of Laser #BFAA61

Tints of Laser #BFAA61

Color information

#BFAA61 (or 0xBFAA61) is unknown color: approx Laser. HEX triplet: BF, AA and 61. RGB value is (191,170,97). Sum of RGB (Red+Green+Blue) = 191+170+97=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA61 is #40559E. Grayscale: #A8A8A8. Windows color (decimal): -4216223 or 6400703. OLE color: 6400703.

HSL color Cylindrical-coordinate representation of color #BFAA61: hue angle of 46.6º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFAA61 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19117097-
CMYK00.110.490.25
HSL46.6º42.34%56.47%-
HSV(B)46.6º49.21%74.9%-
XYZ38.0240.6917.16-
YUV167.9687.96144.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=41.70%
G=37.12%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911709700.110.490.2546.642.3456.47
HexBFAA610B31192f2a38
Octal2772521410136131575270
Binary101111111010101011000010101111000111001101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA61; }

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

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

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

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

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

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

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

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