#BFA55E

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

Shades of Laser #BFA55E

Tints of Laser #BFA55E

Color information

#BFA55E (or 0xBFA55E) is unknown color: approx Laser. HEX triplet: BF, A5 and 5E. RGB value is (191,165,94). Sum of RGB (Red+Green+Blue) = 191+165+94=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA55E is #405AA1. Grayscale: #A4A4A4. Windows color (decimal): -4217506 or 6202815. OLE color: 6202815.

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

Color convert

RGB19116594-
CMYK00.140.510.25
HSL43.92º43.11%55.88%-
HSV(B)43.92º50.79%74.9%-
XYZ36.9638.7916.13-
YUV164.6888.11146.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=42.44%
G=36.67%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911659400.140.510.2543.9243.1155.88
HexBFA55E0E33192c2b38
Octal2772451360166331545370
Binary101111111010010110111100111011001111001101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA55E; }

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

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

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

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

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

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

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

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