#BFA95E

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

Shades of Laser #BFA95E

Tints of Laser #BFA95E

Color information

#BFA95E (or 0xBFA95E) is unknown color: approx Laser. HEX triplet: BF, A9 and 5E. RGB value is (191,169,94). Sum of RGB (Red+Green+Blue) = 191+169+94=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA95E is #4056A1. Grayscale: #A7A7A7. Windows color (decimal): -4216482 or 6203839. OLE color: 6203839.

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

Color convert

RGB19116994-
CMYK00.120.510.25
HSL46.39º43.11%55.88%-
HSV(B)46.39º50.79%74.9%-
XYZ37.6940.2616.37-
YUV167.0386.79145.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=42.07%
G=37.22%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911699400.120.510.2546.3943.1155.88
HexBFA95E0C33192e2b38
Octal2772511360146331565370
Binary101111111010100110111100110011001111001101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA95E; }

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

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

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

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

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

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

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

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