#BFA45E

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

Shades of Laser #BFA45E

Tints of Laser #BFA45E

Color information

#BFA45E (or 0xBFA45E) is unknown color: approx Laser. HEX triplet: BF, A4 and 5E. RGB value is (191,164,94). Sum of RGB (Red+Green+Blue) = 191+164+94=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA45E is #405BA1. Grayscale: #A4A4A4. Windows color (decimal): -4217762 or 6202559. OLE color: 6202559.

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

Color convert

RGB19116494-
CMYK00.140.510.25
HSL43.3º43.11%55.88%-
HSV(B)43.3º50.79%74.9%-
XYZ36.7838.4416.07-
YUV164.0988.45147.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=42.54%
G=36.53%
B=20.94%

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
Decimal1911649400.140.510.2543.343.1155.88
HexBFA45E0E33192b2b38
Octal2772441360166331535370
Binary101111111010010010111100111011001111001101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA45E; }

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

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

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

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

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

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

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

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