#BFAA60

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

Shades of Laser #BFAA60

Tints of Laser #BFAA60

Color information

#BFAA60 (or 0xBFAA60) is unknown color: approx Laser. HEX triplet: BF, AA and 60. RGB value is (191,170,96). Sum of RGB (Red+Green+Blue) = 191+170+96=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA60 is #40559F. Grayscale: #A8A8A8. Windows color (decimal): -4216224 or 6335167. OLE color: 6335167.

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

Color convert

RGB19117096-
CMYK00.110.500.25
HSL46.74º42.6%56.27%-
HSV(B)46.74º49.74%74.9%-
XYZ37.9740.6716.92-
YUV167.8487.46144.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=41.79%
G=37.20%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911709600.110.500.2546.7442.656.27
HexBFAA600B32192f2b38
Octal2772521400136231575370
Binary101111111010101011000000101111001011001101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA60; }

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

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

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

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

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

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

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

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