#BFA464

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

Shades of Laser #BFA464

Tints of Laser #BFA464

Color information

#BFA464 (or 0xBFA464) is unknown color: approx Laser. HEX triplet: BF, A4 and 64. RGB value is (191,164,100). Sum of RGB (Red+Green+Blue) = 191+164+100=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA464 is #405B9B. Grayscale: #A5A5A5. Windows color (decimal): -4217756 or 6595775. OLE color: 6595775.

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

Color convert

RGB191164100-
CMYK00.140.480.25
HSL42.2º41.55%57.06%-
HSV(B)42.2º47.64%74.9%-
XYZ37.0638.5517.54-
YUV164.7891.45146.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=41.98%
G=36.04%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116410000.140.480.2542.241.5557.06
HexBFA4640E30192a2a39
Octal2772441440166031525271
Binary101111111010010011001000111011000011001101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA464; }

 p { color: rgb(191,164,100); }

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

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

 a { background-color: rgb(191,164,100); }

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

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

 span { border-color: rgb(191,164,100); }

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